Package | Description |
---|---|
com.hazelcast.cache.impl.nearcache.impl |
Near cache implementations.
|
com.hazelcast.cache.impl.nearcache.impl.maxsize |
Max-Size policy implementations for near-cache.
|
com.hazelcast.cache.impl.nearcache.impl.store |
Near cache store implementations.
|
Modifier and Type | Interface and Description |
---|---|
interface |
SampleableNearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps these supports entry sampling to be used for storage in near-cache.
|
Constructor and Description |
---|
EntryCountNearCacheMaxSizeChecker(int size,
NearCacheRecordMap nearCacheRecordMap) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractNearCacheRecordStore<K,V,KS,R extends NearCacheRecord,NCRM extends NearCacheRecordMap<KS,R>> |
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord> |
Modifier and Type | Field and Description |
---|---|
protected NCRM |
AbstractNearCacheRecordStore.records |
Copyright © 2016 Hazelcast, Inc.. All Rights Reserved.