public enum HaRequestType20 extends Enum<HaRequestType20> implements org.neo4j.com.RequestType<Master>
| Modifier and Type | Method and Description |
|---|---|
org.neo4j.com.ObjectSerializer |
getObjectSerializer() |
org.neo4j.com.TargetCaller |
getTargetCaller() |
byte |
id() |
boolean |
includesSlaveContext() |
boolean |
isLock() |
static HaRequestType20 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaRequestType20[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaRequestType20 ALLOCATE_IDS
public static final HaRequestType20 CREATE_RELATIONSHIP_TYPE
public static final HaRequestType20 ACQUIRE_NODE_WRITE_LOCK
public static final HaRequestType20 ACQUIRE_NODE_READ_LOCK
public static final HaRequestType20 ACQUIRE_RELATIONSHIP_WRITE_LOCK
public static final HaRequestType20 ACQUIRE_RELATIONSHIP_READ_LOCK
public static final HaRequestType20 COMMIT
public static final HaRequestType20 PULL_UPDATES
public static final HaRequestType20 FINISH
public static final HaRequestType20 GET_MASTER_ID_FOR_TX
public static final HaRequestType20 COPY_STORE
public static final HaRequestType20 COPY_TRANSACTIONS
public static final HaRequestType20 INITIALIZE_TX
public static final HaRequestType20 ACQUIRE_GRAPH_WRITE_LOCK
public static final HaRequestType20 ACQUIRE_GRAPH_READ_LOCK
public static final HaRequestType20 ACQUIRE_INDEX_READ_LOCK
public static final HaRequestType20 ACQUIRE_INDEX_WRITE_LOCK
public static final HaRequestType20 PUSH_TRANSACTION
public static final HaRequestType20 CREATE_PROPERTY_KEY
public static final HaRequestType20 CREATE_LABEL
public static final HaRequestType20 ACQUIRE_SCHEMA_READ_LOCK
public static final HaRequestType20 ACQUIRE_SCHEMA_WRITE_LOCK
public static HaRequestType20[] values()
for (HaRequestType20 c : HaRequestType20.values()) System.out.println(c);
public static HaRequestType20 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 nullpublic org.neo4j.com.ObjectSerializer getObjectSerializer()
getObjectSerializer in interface org.neo4j.com.RequestType<Master>public org.neo4j.com.TargetCaller getTargetCaller()
getTargetCaller in interface org.neo4j.com.RequestType<Master>public byte id()
id in interface org.neo4j.com.RequestType<Master>public boolean includesSlaveContext()
public boolean isLock()
Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.