| Interface | Description |
|---|---|
| RecordMap | |
| RecordMap.Cursor |
Cursor over record map's contents.
|
| Class | Description |
|---|---|
| Record |
Holds the metadata on the newest record in a chunk associated with a given key and also
some metadata on any dead records within the same chunk associated with the same key.
|
| RecordDataHolder |
Implementation of
RecordDataSink. |
| RecordMapOffHeap |
Record map backed by off-heap storage.
|
| RecordMapOnHeap |
Map with on-heap keys and records.
|
| RecordOffHeap |
Specialization of
Record as a Flyweight object around a pointer to a native-memory record structure. |
| RecordOnHeap |
Specialization of
Record as a plain Java object. |
| SetOfKeyHandleOffHeap |
Off-heap implementation of
SetOfKeyHandle. |
| SetOfKeyHandleOnHeap |
On-heap implementation of
SetOfKeyHandle. |
| SortedBySeqRecordCursorOnHeap |
On-heap implementation of
SortedBySeqRecordCursor. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.