Package | Description |
---|---|
com.hazelcast.cache.impl.record |
Hazelcast JSR-107 aka JCache implementation
Internal record store
|
com.hazelcast.internal.eviction.impl.strategy.sampling |
Sampling based
EvictionStrategy implementations for cache. |
com.hazelcast.internal.nearcache.impl |
Near Cache implementations.
|
com.hazelcast.internal.nearcache.impl.store |
Near Cache store implementations.
|
com.hazelcast.map.impl.querycache.subscriber |
This package contains classes which are used for
QueryCache
event subscription side. |
Modifier and Type | Interface and Description |
---|---|
interface |
SampleableCacheRecordMap<K extends Data,V extends CacheRecord> |
Modifier and Type | Class and Description |
---|---|
class |
CacheRecordHashMap |
Modifier and Type | Class and Description |
---|---|
class |
SamplingBasedEvictionStrategy<A,E extends Evictable,S extends SampleableEvictableStore<A,E>>
Sampling based
EvictionStrategy implementation. |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord> |
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheRecordHashMap
Evictable concurrent hash map implementation.
|
Copyright © 2017 Hazelcast, Inc.. All Rights Reserved.