| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc |
Implementation of garbage collection for the
Hot Restart store.
|
| com.hazelcast.spi.hotrestart.impl.gc.tracker |
| Modifier and Type | Method and Description |
|---|---|
abstract TrackerMap |
GcHelper.newTrackerMap()
Creates and returns an instance of
TrackerMap. |
TrackerMap |
GcHelper.OnHeap.newTrackerMap() |
TrackerMap |
GcHelper.OffHeap.newTrackerMap() |
| Modifier and Type | Class and Description |
|---|---|
class |
TrackerMapBase
Abstract base class common to both tracker map implementations.
|
class |
TrackerMapOffHeap
Off-heap implementation of record tracker map.
|
class |
TrackerMapOnHeap
On-heap implementation of record tracker map.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Tracker.newLiveRecord(long chunkSeq,
boolean freshIsTombstone,
TrackerMap owner,
boolean restarting)
Signals that a new live record with this tracker's key handle for has entered the system.
|
void |
Tracker.retire(TrackerMap owner)
Signals that the live record that this tracker points to was retired.
|
Copyright © 2020 Hazelcast, Inc.. All Rights Reserved.