Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache |
Near cache support.
|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
com.hazelcast.client.cache.impl |
Hazelcast JSR-107 aka JCache implementation client side
|
com.hazelcast.client.map.impl.nearcache |
Contains classes/interfaces related to com.hazelcast.client.map.impl.nearcache
|
com.hazelcast.client.proxy |
This package contains client side proxy implementations of the different Hazelcast data structures
and operation types
|
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 | Method and Description |
---|---|
NearCache |
ClientCacheProxy.getNearCache() |
Modifier and Type | Class and Description |
---|---|
class |
ClientHeapNearCache<K>
Implementation of the
NearCache . |
Modifier and Type | Field and Description |
---|---|
protected NearCache<Data,Object> |
NearCachedClientMapProxy.nearCache |
Modifier and Type | Method and Description |
---|---|
NearCache<Data,Object> |
NearCachedClientMapProxy.getNearCache() |
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 Hazelcast, Inc.. All Rights Reserved.