public class CheckpointStatus extends Object
| Modifier and Type | Field and Description |
|---|---|
UUID |
cpEndId
Checkpoint end id.
|
UUID |
cpStartId
Checkpoint start id.
|
long |
cpStartTs
Checkpoint start timestamp.
|
WALPointer |
endPtr
Checkpoint end pointer.
|
static WALPointer |
NULL_PTR
Null WAL pointer.
|
static UUID |
NULL_UUID
Null checkpoint UUID.
|
WALPointer |
startPtr
Checkpoint start pointer.
|
public static final UUID NULL_UUID
public static final WALPointer NULL_PTR
public long cpStartTs
public UUID cpStartId
@GridToStringInclude public WALPointer startPtr
public UUID cpEndId
@GridToStringInclude public WALPointer endPtr
public boolean needRestoreMemory()
True if need perform binary memory recovery. Only records PageDeltaRecord and PageSnapshot needs to be applyed from cpStartId.
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.0 Release Date : September 11 2021