K - the type of the key.V - the type of the value.R - Type of the Hi-Density Near Cache record to be stored.public interface HiDensityNearCacheRecordStore<K,V,R extends HiDensityNearCacheRecord> extends HiDensityRecordStore<R>, com.hazelcast.internal.nearcache.NearCacheRecordStore<K,V>
HiDensityNearCacheRecordStore is the contract point to store keys and values as
HiDensityNearCacheRecord internally and serve them.DEFAULT_FORCED_EVICTION_PERCENTAGE, FORCE_EVICTION_TRY_COUNT, HUNDRED_PERCENT, NULL_PTR| Modifier and Type | Method and Description |
|---|---|
com.hazelcast.memory.HazelcastMemoryManager |
getMemoryManager()
Gets underlying
MemoryManager implementation. |
forceEvictCopyright © 2022 Hazelcast, Inc.. All Rights Reserved.