public enum CheckpointState extends Enum<CheckpointState>
| Enum Constant and Description |
|---|
FINISHED
Checkpoint was finished.
|
LOCK_RELEASED
Checkpoint counted the pages and write lock was released.
|
LOCK_TAKEN
Checkpoint was awakened and it is preparing to start.
|
MARKER_STORED_TO_DISK
Checkpoint marker was stored to disk.
|
PAGE_SNAPSHOT_TAKEN
Dirty pages snapshot has been taken.
|
SCHEDULED
Checkpoint is waiting to execution.
|
| Modifier and Type | Method and Description |
|---|---|
static CheckpointState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CheckpointState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CheckpointState SCHEDULED
public static final CheckpointState LOCK_TAKEN
public static final CheckpointState PAGE_SNAPSHOT_TAKEN
public static final CheckpointState LOCK_RELEASED
public static final CheckpointState MARKER_STORED_TO_DISK
public static final CheckpointState FINISHED
public static CheckpointState[] values()
for (CheckpointState c : CheckpointState.values()) System.out.println(c);
public static CheckpointState valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is null
Follow @ApacheIgnite
Ignite Database and Caching Platform : ver. 2.11.1 Release Date : December 20 2021