| 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.hidensity.impl |
This package contains Enterprise Hi-Density functionality implementations.
|
| com.hazelcast.map.impl |
Contains Hazelcast Enterprise version specific IMap data structure
internal implementation classes.
|
| com.hazelcast.map.impl.record |
Contains record specific classes.
|
| com.hazelcast.map.impl.recordstore |
| Modifier and Type | Method and Description |
|---|---|
HiDensityRecordProcessor<R> |
HiDensityCacheRecordStore.getRecordProcessor()
Gets the
HiDensityRecordProcessor
which is used by this HiDensityCacheRecordStore. |
| Modifier and Type | Class and Description |
|---|---|
class |
CacheHiDensityRecordProcessor<R extends HiDensityRecord>
HiDensityRecordProcessor for Hi-Density cache implementation. |
| Modifier and Type | Field and Description |
|---|---|
protected HiDensityRecordProcessor<HiDensityNativeMemoryCacheRecord> |
HiDensityNativeMemoryCacheRecordStore.cacheRecordProcessor |
| Modifier and Type | Method and Description |
|---|---|
HiDensityRecordProcessor<HiDensityNativeMemoryCacheRecord> |
HiDensityNativeMemoryCacheRecordStore.getRecordProcessor() |
| Constructor and Description |
|---|
HiDensityNativeMemoryCacheRecordMap(int initialCapacity,
HiDensityRecordProcessor cacheRecordProcessor,
HiDensityStorageInfo cacheInfo) |
HotRestartHiDensityNativeMemoryCacheRecordMap(int initialCapacity,
HiDensityRecordProcessor cacheRecordProcessor,
HiDensityStorageInfo cacheInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHiDensityRecordProcessor<R extends HiDensityRecord> |
| Modifier and Type | Field and Description |
|---|---|
protected HiDensityRecordProcessor<R> |
DefaultHiDensityRecordMap.recordProcessor |
| Constructor and Description |
|---|
DefaultHiDensityRecordMap(int initialCapacity,
HiDensityRecordProcessor<R> recordProcessor,
HiDensityStorageInfo storageInfo) |
EvictableHiDensityRecordMap(int initialCapacity,
HiDensityRecordProcessor<R> recordProcessor,
HiDensityStorageInfo storageInfo) |
SampleableEvictableHiDensityRecordMap(int initialCapacity,
HiDensityRecordProcessor<R> recordProcessor,
HiDensityStorageInfo storageInfo) |
| Constructor and Description |
|---|
NativeMapEntryCostEstimator(HiDensityRecordProcessor recordProcessor) |
| Modifier and Type | Method and Description |
|---|---|
HiDensityRecordProcessor<HDRecord> |
HDRecordFactory.getRecordProcessor() |
| Constructor and Description |
|---|
HDRecordFactory(HiDensityRecordProcessor<HDRecord> recordProcessor,
com.hazelcast.spi.serialization.SerializationService serializationService) |
| Modifier and Type | Method and Description |
|---|---|
HiDensityRecordProcessor |
HDStorageImpl.getRecordProcessor() |
| Constructor and Description |
|---|
HDStorageImpl(HiDensityRecordProcessor<HDRecord> recordProcessor,
com.hazelcast.spi.serialization.SerializationService serializationService) |
HDStorageSCHM(HiDensityRecordProcessor<HDRecord> recordProcessor,
com.hazelcast.spi.serialization.SerializationService serializationService) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.