| Package | Description |
|---|---|
| com.hazelcast.cache.impl.nearcache |
Near cache support.
|
| com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
| com.hazelcast.map.impl.nearcache | |
| com.hazelcast.map.impl.proxy |
Contains map proxy implementation and support classes.
|
| 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,
NearCacheContext nearCacheContext)
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,
NearCacheContext nearCacheContext) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getNearCache(String name) |
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
NearCacheContext nearCacheContext) |
| Modifier and Type | Method and Description |
|---|---|
Collection<NearCache> |
DefaultNearCacheManager.listAllNearCaches() |
| Modifier and Type | Class and Description |
|---|---|
class |
NearCacheImpl
NearCache.
|
| Modifier and Type | Field and Description |
|---|---|
protected ConstructorFunction<String,NearCache> |
NearCacheProvider.nearCacheConstructor |
protected ConcurrentMap<String,NearCache> |
NearCacheProvider.nearCacheMap |
| Modifier and Type | Method and Description |
|---|---|
NearCache |
NearCacheProvider.getOrCreateNearCache(String mapName) |
| Modifier and Type | Field and Description |
|---|---|
protected NearCache |
NearCachedMapProxyImpl.nearCache |
| Modifier and Type | Method and Description |
|---|---|
NearCache |
NearCachedMapProxyImpl.getNearCache() |
Copyright © 2016. All Rights Reserved.