| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart |
SPI for the Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl |
Implementation code for the Hot Restart store SPI.
|
| com.hazelcast.spi.hotrestart.impl.gc |
Implementation of garbage collection for the
Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl.gc.record |
| Modifier and Type | Method and Description |
|---|---|
void |
RamStore.removeNullEntries(SetOfKeyHandle keyHandles)
Called during Hot Restart.
|
| Modifier and Type | Field and Description |
|---|---|
SetOfKeyHandle |
RestartItem.WithSetOfKeyHandle.sokh |
| Constructor and Description |
|---|
WithSetOfKeyHandle(long prefix,
SetOfKeyHandle sokh) |
| Modifier and Type | Method and Description |
|---|---|
abstract SetOfKeyHandle |
GcHelper.newSetOfKeyHandle()
Creates and returns an instance of
SetOfKeyHandle. |
SetOfKeyHandle |
GcHelper.OnHeap.newSetOfKeyHandle() |
SetOfKeyHandle |
GcHelper.OffHeap.newSetOfKeyHandle() |
| Modifier and Type | Method and Description |
|---|---|
void |
Rebuilder.startValuePhase(Map<Long,SetOfKeyHandle> tombKeys)
The Hot Restart procedure starts with the tombstone chunk reading phase and this method is called
when transitioning into the value chunk reading phase.
|
| Modifier and Type | Class and Description |
|---|---|
class |
SetOfKeyHandleOffHeap
Off-heap implementation of
SetOfKeyHandle. |
class |
SetOfKeyHandleOnHeap
On-heap implementation of
SetOfKeyHandle. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.