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
com.hazelcast.internal.eviction.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 |
CacheRecordMap<K extends Data,V extends CacheRecord>
Contract point for storing
CacheRecord s. |
interface |
SampleableCacheRecordMap<K extends Data,V extends CacheRecord> |
Modifier and Type | Class and Description |
---|---|
class |
CacheRecordHashMap |
Modifier and Type | Interface and Description |
---|---|
interface |
SampleableEvictableStore<A,E extends Evictable>
Interface for sampleable store implementations that holds
Evictable entries to evict. |
Modifier and Type | Interface and Description |
---|---|
interface |
NearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps to be used for storage in Near Cache.
|
interface |
SampleableNearCacheRecordMap<K,V extends NearCacheRecord>
Contract point for all record maps which support entry sampling to be used for storage in Near Cache.
|
Modifier and Type | Class and Description |
---|---|
class |
HeapNearCacheRecordMap<K,V extends NearCacheRecord>
SampleableNearCacheRecordMap implementation for on-heap Near Caches. |
Modifier and Type | Class and Description |
---|---|
class |
QueryCacheRecordHashMap
Evictable concurrent hash map implementation.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.