public enum CoreStateType extends Enum<CoreStateType>
| Enum Constant and Description |
|---|
ID_ALLOCATION |
LOCK_TOKEN |
RAFT_CORE_STATE |
SESSION_TRACKER |
| Modifier and Type | Field and Description |
|---|---|
StateMarshal |
marshal |
| Modifier and Type | Method and Description |
|---|---|
static CoreStateType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CoreStateType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CoreStateType LOCK_TOKEN
public static final CoreStateType SESSION_TRACKER
public static final CoreStateType ID_ALLOCATION
public static final CoreStateType RAFT_CORE_STATE
public final StateMarshal marshal
public static CoreStateType[] values()
for (CoreStateType c : CoreStateType.values()) System.out.println(c);
public static CoreStateType 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 © 2002–2016 The Neo4j Graph Database Project. All rights reserved.