| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc |
Implementation of garbage collection for the
Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl.gc.chunk |
| Class and Description |
|---|
| ActiveChunk
Represents a currently active chunk.
|
| ActiveValChunk
Represents the currently active value chunk.
|
| Chunk
Represents a chunk file.
|
| StableChunk
Represents a fully constructed chunk whose on-disk contents are stable (immutable).
|
| SurvivorValChunk
Survivor chunk used by the
ValEvacuator. |
| WriteThroughTombChunk
Write-through chunk specialized to contain tombstone records.
|
| Class and Description |
|---|
| ActiveChunk
Represents a currently active chunk.
|
| ActiveValChunk
Represents the currently active value chunk.
|
| Chunk
Represents a chunk file.
|
| GrowingChunk
Represents a chunk which is still growing, either because the underlying file is just being written
to or because an existing file is being reloaded during restart.
|
| StableChunk
Represents a fully constructed chunk whose on-disk contents are stable (immutable).
|
| StableTombChunk
Stable tombstone chunk.
|
| StableValChunk
Represents a chunk whose on-disk contents are stable (immutable).
|
| WriteThroughChunk
Represents a chunk associated with an open file.
|
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.