public static enum UfsJournalCheckpointThread.CatchupState extends Enum<UfsJournalCheckpointThread.CatchupState>
Enum Constant and Description |
---|
DONE |
IN_PROGRESS |
NOT_STARTED |
Modifier and Type | Method and Description |
---|---|
static UfsJournalCheckpointThread.CatchupState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UfsJournalCheckpointThread.CatchupState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UfsJournalCheckpointThread.CatchupState NOT_STARTED
public static final UfsJournalCheckpointThread.CatchupState IN_PROGRESS
public static final UfsJournalCheckpointThread.CatchupState DONE
public static UfsJournalCheckpointThread.CatchupState[] values()
for (UfsJournalCheckpointThread.CatchupState c : UfsJournalCheckpointThread.CatchupState.values()) System.out.println(c);
public static UfsJournalCheckpointThread.CatchupState 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 nullCopyright © 2023. All Rights Reserved.