Package | Description |
---|---|
com.hazelcast.internal.nearcache.impl.maxsize |
Max-Size policy implementations for Near Cache.
|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
Constructor and Description |
---|
EntryCountNearCacheEvictionChecker(int size,
SampleableNearCacheRecordMap nearCacheRecordMap) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNearCacheRecordStore<K,V,KS,R extends NearCacheRecord,NCRM extends SampleableNearCacheRecordMap<KS,R>>
Abstract implementation of
NearCacheRecordStore and EvictionListener . |
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord>
SampleableNearCacheRecordMap implementation for on-heap Near Caches. |
Modifier and Type | Field and Description |
---|---|
protected NCRM |
AbstractNearCacheRecordStore.records |
Copyright © 2019 Hazelcast, Inc.. All Rights Reserved.