| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc.record |
| Modifier and Type | Class and Description |
|---|---|
class |
SortedBySeqRecordCursorOnHeap
On-heap implementation of
SortedBySeqRecordCursor. |
| Modifier and Type | Method and Description |
|---|---|
SortedBySeqRecordCursor |
RecordMapOnHeap.sortedBySeqCursor(int liveRecordCount,
RecordMap[] recordMaps,
MutatorCatchup mc) |
SortedBySeqRecordCursor |
RecordMap.sortedBySeqCursor(int liveRecordCount,
RecordMap[] recordMaps,
MutatorCatchup mc)
Creates a sorted-by-seq cursor over all live records in the provided record maps.
|
SortedBySeqRecordCursor |
RecordMapOffHeap.sortedBySeqCursor(int liveRecordCount,
RecordMap[] recordMaps,
MutatorCatchup mc) |
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.