| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc |
Implementation of garbage collection for the
Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl.gc.record | |
| com.hazelcast.spi.hotrestart.impl.io |
| Modifier and Type | Method and Description |
|---|---|
SurvivorValChunk |
GcHelper.newSurvivorValChunk(MutatorCatchup mc)
Creates a new survivor value chunk file and returns an instance of
SurvivorValChunk that wraps it. |
void |
MutatorCatchup.CatchupRunnable.run(MutatorCatchup mc) |
| 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) |
| Constructor and Description |
|---|
ChunkFileOut(File file,
MutatorCatchup mc) |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.