| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc.chunk | |
| com.hazelcast.spi.hotrestart.impl.io |
| Modifier and Type | Field and Description |
|---|---|
ChunkFileOut |
WriteThroughChunk.out |
| 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) |
| Modifier and Type | Method and Description |
|---|---|
int |
TombFileAccessor.loadAndCopyTombstone(int pos,
ChunkFileOut out)
Loads the header data of the tombstone at
pos into the cursor object and copies the tombstone into
the supplied ChunkFileOut. |
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.