| Package | Description |
|---|---|
| com.hazelcast.cache.hidensity.impl.nativememory |
This package contains Hi-Density Native Memory based cache functionality.
|
| com.hazelcast.internal.hidensity |
This package contains Enterprise Hi-Density functionality.
|
| com.hazelcast.internal.hidensity.impl |
This package contains Enterprise Hi-Density functionality implementations.
|
| com.hazelcast.internal.nearcache.impl.nativememory |
This package contains Hi-Density Native Memory based Near Cache functionality.
|
| com.hazelcast.map.impl.record |
Contains record specific classes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CacheHiDensityRecordProcessor<R extends HiDensityRecord>
HiDensityRecordProcessor for Hi-Density cache implementation. |
class |
HiDensityNativeMemoryCacheRecordAccessor
Cache record accessor for
HiDensityNativeMemoryCacheRecord
to create, read, dispose record or its data. |
| Constructor and Description |
|---|
CacheHiDensityRecordProcessor(EnterpriseSerializationService serializationService,
HiDensityRecordAccessor<R> recordAccessor,
com.hazelcast.memory.HazelcastMemoryManager memoryManager,
HiDensityStorageInfo storageInfo) |
HiDensityNativeMemoryCacheRecord(HiDensityRecordAccessor<HiDensityNativeMemoryCacheRecord> recordAccessor) |
HiDensityNativeMemoryCacheRecord(HiDensityRecordAccessor<HiDensityNativeMemoryCacheRecord> recordAccessor,
long address) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
HiDensityRecordProcessor<R extends HiDensityRecord>
Record processor implementation for:
Creating a new
HiDensityRecord
Accessing the data and value of HiDensityRecord
Disposing the data and value of HiDensityRecord
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractHiDensityRecordAccessor<R extends HiDensityRecord> |
class |
DefaultHiDensityRecordProcessor<R extends HiDensityRecord> |
| Modifier and Type | Field and Description |
|---|---|
protected HiDensityRecordAccessor<R> |
DefaultHiDensityRecordProcessor.recordAccessor |
| Constructor and Description |
|---|
DefaultHiDensityRecordProcessor(EnterpriseSerializationService serializationService,
HiDensityRecordAccessor<R> recordAccessor,
com.hazelcast.memory.HazelcastMemoryManager memoryManager,
HiDensityStorageInfo storageInfo) |
| Modifier and Type | Class and Description |
|---|---|
class |
NativeMemoryNearCacheRecordAccessor
Accessor for
NativeMemoryNearCacheRecord to create, read, dispose record or its data. |
| Constructor and Description |
|---|
NativeMemoryNearCacheRecord(HiDensityRecordAccessor<NativeMemoryNearCacheRecord> accessor) |
| Modifier and Type | Class and Description |
|---|---|
class |
HDRecordAccessor
Cache record accessor for
HiDensityNativeMemoryCacheRecord
to create, read, dispose record or its data. |
| Modifier and Type | Field and Description |
|---|---|
protected HiDensityRecordAccessor<HDRecord> |
HDRecord.recordAccessor |
| Constructor and Description |
|---|
HDRecord(HiDensityRecordAccessor<HDRecord> recordAccessor) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.