public class CheckpointEntry extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CheckpointEntry.GroupState |
static class |
CheckpointEntry.GroupStateLazyStore
Group state lazy store.
|
| Modifier and Type | Method and Description |
|---|---|
UUID |
checkpointId() |
WALPointer |
checkpointMark() |
Map<Integer,CheckpointEntry.GroupState> |
groupState(IgniteWriteAheadLogManager wal) |
Long |
partitionCounter(IgniteWriteAheadLogManager wal,
int grpId,
int part) |
long |
timestamp() |
String |
toString() |
public long timestamp()
public UUID checkpointId()
public WALPointer checkpointMark()
public Map<Integer,CheckpointEntry.GroupState> groupState(IgniteWriteAheadLogManager wal) throws IgniteCheckedException
wal - Write ahead log manager.IgniteCheckedExceptionpublic Long partitionCounter(IgniteWriteAheadLogManager wal, int grpId, int part) throws IgniteCheckedException
wal - Write ahead log manager.grpId - Cache group ID.part - Partition ID.null if not found.IgniteCheckedException - If something is wrong when loading the counter from WAL history.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.10.0 Release Date : March 10 2021