| Interface | Description |
|---|---|
| ActiveChunk |
Represents a currently active chunk.
|
| Class | Description |
|---|---|
| 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).
|
| SurvivorValChunk |
Survivor chunk used by the
ValEvacuator. |
| WriteThroughChunk |
Represents a chunk associated with an open file.
|
| WriteThroughTombChunk |
Write-through chunk specialized to contain tombstone records.
|
Copyright © 2021 Hazelcast, Inc.. All Rights Reserved.