Package | Description |
---|---|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
com.hazelcast.internal.nearcache |
Near Cache support.
|
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.invalidation |
Invalidations for Near Cache.
|
com.hazelcast.map.impl.nearcache |
Contains Near Cache specific classes.
|
com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
Modifier and Type | Method and Description |
---|---|
NearCache |
NearCachedClientCacheProxy.getNearCache() |
Modifier and Type | Method and Description |
---|---|
NearCache<Object,Object> |
NearCachedClientMapProxy.getNearCache() |
Modifier and Type | Method and Description |
---|---|
<K,V> NearCache<K,V> |
NearCacheManager.getNearCache(String name)
Gets the
NearCache instance associated with given name . |
<K,V> NearCache<K,V> |
NearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig)
Creates a new
NearCache with given configurations
or returns existing one. |
<K,V> NearCache<K,V> |
NearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
DataStructureAdapter dataStructureAdapter)
Creates a new
NearCache with given configurations or returns existing one. |
Modifier and Type | Method and Description |
---|---|
Collection<NearCache> |
NearCacheManager.listAllNearCaches()
Lists all existing
NearCache instances. |
Modifier and Type | Class and Description |
---|---|
class |
DefaultNearCache<K,V> |
Modifier and Type | Method and Description |
---|---|
protected <K,V> NearCache<K,V> |
DefaultNearCacheManager.createNearCache(String name,
NearCacheConfig nearCacheConfig) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getNearCache(String name) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
DataStructureAdapter dataStructureAdapter) |
Modifier and Type | Method and Description |
---|---|
Collection<NearCache> |
DefaultNearCacheManager.listAllNearCaches() |
Modifier and Type | Method and Description |
---|---|
<K,V> RepairingHandler |
RepairingTask.registerAndGetHandler(String dataStructureName,
NearCache<K,V> nearCache) |
Constructor and Description |
---|
RepairingHandler(ILogger logger,
String localUuid,
String name,
NearCache nearCache,
SerializationService serializationService,
MinimalPartitionService partitionService) |
Modifier and Type | Method and Description |
---|---|
RepairingHandler |
MapNearCacheManager.newRepairingHandler(String name,
NearCache nearCache) |
Modifier and Type | Method and Description |
---|---|
NearCache<Object,Object> |
NearCachedMapProxyImpl.getNearCache() |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.