public static enum ShardDataTreeCohort.State extends Enum<ShardDataTreeCohort.State>
Enum Constant and Description |
---|
ABORTED |
CAN_COMMIT_COMPLETE |
CAN_COMMIT_PENDING |
COMMIT_PENDING |
COMMITTED |
FAILED |
PRE_COMMIT_COMPLETE |
PRE_COMMIT_PENDING |
READY |
Modifier and Type | Method and Description |
---|---|
static ShardDataTreeCohort.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ShardDataTreeCohort.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ShardDataTreeCohort.State READY
public static final ShardDataTreeCohort.State CAN_COMMIT_PENDING
public static final ShardDataTreeCohort.State CAN_COMMIT_COMPLETE
public static final ShardDataTreeCohort.State PRE_COMMIT_PENDING
public static final ShardDataTreeCohort.State PRE_COMMIT_COMPLETE
public static final ShardDataTreeCohort.State COMMIT_PENDING
public static final ShardDataTreeCohort.State ABORTED
public static final ShardDataTreeCohort.State COMMITTED
public static final ShardDataTreeCohort.State FAILED
public static ShardDataTreeCohort.State[] values()
for (ShardDataTreeCohort.State c : ShardDataTreeCohort.State.values()) System.out.println(c);
public static ShardDataTreeCohort.State 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 © 2019 OpenDaylight. All rights reserved.