| Package | Description |
|---|---|
| com.hazelcast.cache.hidensity.impl.nativememory |
This package contains Hi-Density Native Memory based cache functionality.
|
| Class and Description |
|---|
| 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.
|
| HiDensityNativeMemoryCacheRecordMap |
| HiDensityNativeMemoryCacheRecordStore |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.