public static enum CatchupClientProtocol.State extends Enum<CatchupClientProtocol.State>
| Enum Constant and Description |
|---|
CORE_SNAPSHOT |
FILE_CONTENTS |
FILE_HEADER |
MESSAGE_TYPE |
STORE_COPY_FINISHED |
STORE_ID |
TX_PULL_RESPONSE |
TX_STREAM_FINISHED |
| Modifier and Type | Method and Description |
|---|---|
static CatchupClientProtocol.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CatchupClientProtocol.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CatchupClientProtocol.State MESSAGE_TYPE
public static final CatchupClientProtocol.State STORE_ID
public static final CatchupClientProtocol.State CORE_SNAPSHOT
public static final CatchupClientProtocol.State TX_PULL_RESPONSE
public static final CatchupClientProtocol.State STORE_COPY_FINISHED
public static final CatchupClientProtocol.State TX_STREAM_FINISHED
public static final CatchupClientProtocol.State FILE_HEADER
public static final CatchupClientProtocol.State FILE_CONTENTS
public static CatchupClientProtocol.State[] values()
for (CatchupClientProtocol.State c : CatchupClientProtocol.State.values()) System.out.println(c);
public static CatchupClientProtocol.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.