| 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.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
HiDensityCacheRecordStore<R extends HiDensityCacheRecord>
HiDensityCacheRecordStore is the contract for Hi-Density specific cache record store operations. |
interface |
SampleableHiDensityCacheRecordMap<R extends HiDensityCacheRecord> |
| Modifier and Type | Class and Description |
|---|---|
class |
HiDensityNativeMemoryCacheRecord
Structure:
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
| Creation Time | 8 bytes (long) |
+--------------------+------------------+
| Access Time | 8 bytes (long) |
+--------------------+------------------+
| Time-to-Live | 8 bytes (long) |
+--------------------+------------------+
| Record Sequence | 8 bytes (long) |
+--------------------+------------------+
| Value Address | 8 bytes (long) |
+--------------------+------------------+
| Hit Count | 4 bytes (int) |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
Total size = 44 bytes
All fields are aligned.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.