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