Package | Description |
---|---|
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.maxsize |
Max-Size policy implementations for Near Cache.
|
com.hazelcast.internal.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 © 2017 Hazelcast, Inc.. All Rights Reserved.