| Package | Description |
|---|---|
| com.hazelcast.cache.hidensity |
This package contains Hi-Density cache functionality.
|
| com.hazelcast.cache.hidensity.impl.nativememory |
This package contains Hi-Density Native Memory based cache functionality.
|
| com.hazelcast.internal.nearcache |
Hi-Density Near Cache implementations.
|
| com.hazelcast.internal.nearcache.impl.nativememory |
This package contains Hi-Density Native Memory based Near Cache functionality.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HiDensityCacheRecordStore<R extends HiDensityCacheRecord>
HiDensityCacheRecordStore is the contract for Hi-Density specific cache record store operations. |
| Modifier and Type | Class and Description |
|---|---|
class |
HiDensityNativeMemoryCacheRecordStore |
class |
HotRestartHiDensityNativeMemoryCacheRecordStore
NativeMemory cache record store with Hot Restart support.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HiDensityNearCacheRecordStore<K,V,R extends HiDensityNearCacheRecord>
HiDensityNearCacheRecordStore is the contract point to store keys and values as
HiDensityNearCacheRecord internally and serve them. |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeMemoryNearCacheRecordStore<K,V>
NearCacheRecordStore implementation for Near Caches
with InMemoryFormat.NATIVE in-memory-format. |
class |
SegmentedNativeMemoryNearCacheRecordStore<K,V>
Segmented
HiDensityNearCacheRecordStore which improves performance by using multiple
NativeMemoryNearCacheRecordStore instances in parallel. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.