| 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 | Method and Description |
|---|---|
boolean |
PrefixTombstoneManager.dismissGarbage(Chunk chunk)
Propagates the effects of all prefix tombstones to the given chunk.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ActiveValChunk
Represents the currently active value chunk.
|
class |
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.
|
class |
StableChunk
Represents a fully constructed chunk whose on-disk contents are stable (immutable).
|
class |
StableTombChunk
Stable tombstone chunk.
|
class |
StableValChunk
Represents a chunk whose on-disk contents are stable (immutable).
|
class |
SurvivorValChunk
Survivor chunk used by the
ValEvacuator. |
class |
WriteThroughChunk
Represents a chunk associated with an open file.
|
class |
WriteThroughTombChunk
Write-through chunk specialized to contain tombstone records.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.