| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc |
Implementation of garbage collection for the
Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl.gc.chunk |
| Modifier and Type | Class and Description |
|---|---|
static class |
GcHelper.OffHeap
The GC helper specialization for off-heap Hot Restart store
|
static class |
GcHelper.OnHeap
The GC helper specialization for on-heap Hot Restart store
|
| Constructor and Description |
|---|
ActiveValChunk(long seq,
RecordMap records,
ChunkFileOut out,
GcHelper gcHelper) |
SurvivorValChunk(long seq,
RecordMap records,
ChunkFileOut out,
GcHelper gcHelper) |
WriteThroughTombChunk(long seq,
String suffix,
RecordMap records,
ChunkFileOut out,
GcHelper gcHelper) |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.