Package | Description |
---|---|
com.hazelcast.internal.adapter |
Data structure adapters for Near Cache.
|
com.hazelcast.internal.nearcache |
Near Cache support.
|
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.preloader |
Near Cache pre-loader implementation.
|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
Modifier and Type | Class and Description |
---|---|
class |
ICacheDataStructureAdapter<K,V> |
class |
IMapDataStructureAdapter<K,V> |
class |
ReplicatedMapDataStructureAdapter<K,V> |
class |
TransactionalMapDataStructureAdapter<K,V> |
Modifier and Type | Method and Description |
---|---|
<K,V> NearCache<K,V> |
NearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
DataStructureAdapter dataStructureAdapter)
Creates a new
NearCache with given configurations or returns existing one. |
void |
NearCacheRecordStore.loadKeys(DataStructureAdapter<Object,?> adapter)
Loads the keys into the Near Cache.
|
void |
NearCache.preload(DataStructureAdapter<Object,?> adapter)
Executes the Near Cache pre-loader on the given
DataStructureAdapter . |
Modifier and Type | Method and Description |
---|---|
<K,V> NearCache<K,V> |
DefaultNearCacheManager.getOrCreateNearCache(String name,
NearCacheConfig nearCacheConfig,
DataStructureAdapter dataStructureAdapter) |
void |
DefaultNearCache.preload(DataStructureAdapter<Object,?> adapter) |
Modifier and Type | Method and Description |
---|---|
void |
NearCachePreloader.loadKeys(DataStructureAdapter<Object,?> adapter)
Loads the values via a stored key file into the supplied
DataStructureAdapter . |
Modifier and Type | Method and Description |
---|---|
void |
BaseHeapNearCacheRecordStore.loadKeys(DataStructureAdapter<Object,?> adapter) |
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.