| Package | Description |
|---|---|
| com.hazelcast.spi.hotrestart.impl.gc.tracker |
| Modifier and Type | Method and Description |
|---|---|
Tracker |
TrackerMap.Cursor.asTracker() |
Tracker |
TrackerMapOffHeap.get(KeyHandle kh) |
Tracker |
TrackerMap.get(KeyHandle kh)
Returns the tracker mapped by the supplied
KeyHandle, if any; otherwise
returns null. |
Tracker |
TrackerMapOnHeap.get(KeyHandle kh) |
Tracker |
TrackerMapOffHeap.putIfAbsent(KeyHandle kh,
long chunkSeq,
boolean isTombstone) |
Tracker |
TrackerMap.putIfAbsent(KeyHandle kh,
long chunkSeq,
boolean isTombstone)
If there is no current mapping for
kh, establishes a mapping from
kh to a tracker defined by (chunkSeq, isTombstone)
and returns null. |
Tracker |
TrackerMapOnHeap.putIfAbsent(KeyHandle kh,
long chunkSeq,
boolean isTombstone) |
| Modifier and Type | Method and Description |
|---|---|
void |
TrackerMapBase.removeIfDead(KeyHandle kh,
Tracker tr) |
void |
TrackerMap.removeIfDead(KeyHandle kh,
Tracker tr)
Removes the entry for
tr if tr represents a dead record. |
Copyright © 2022 Hazelcast, Inc.. All Rights Reserved.