| 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 |
|---|---|
void |
GcHelper.deleteChunkFile(StableChunk chunk)
Deletes the stable chunk file associated with the given instance of
StableChunk. |
File |
GcHelper.stableChunkFile(StableChunk chunk,
boolean mkdirs)
Returns a
File instance representing the file associated with the given stable chunk. |
| Modifier and Type | Class and Description |
|---|---|
class |
StableTombChunk
Stable tombstone chunk.
|
class |
StableValChunk
Represents a chunk whose on-disk contents are stable (immutable).
|
| Modifier and Type | Field and Description |
|---|---|
static Comparator<StableChunk> |
StableChunk.BY_BENEFIT_COST_DESC |
| Modifier and Type | Method and Description |
|---|---|
abstract StableChunk |
WriteThroughChunk.toStableChunk() |
StableChunk |
ActiveChunk.toStableChunk()
Converts this active chunk into a stable chunk.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.