public enum HaRequestType210 extends Enum<HaRequestType210> 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 |
isLock() |
boolean |
responseShouldBeUnpacked() |
static HaRequestType210 |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaRequestType210[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaRequestType210 ALLOCATE_IDS
public static final HaRequestType210 CREATE_RELATIONSHIP_TYPE
public static final HaRequestType210 ACQUIRE_EXCLUSIVE_LOCK
public static final HaRequestType210 ACQUIRE_SHARED_LOCK
public static final HaRequestType210 COMMIT
public static final HaRequestType210 PULL_UPDATES
public static final HaRequestType210 END_LOCK_SESSION
public static final HaRequestType210 HANDSHAKE
public static final HaRequestType210 COPY_STORE
public static final HaRequestType210 PLACEHOLDER_FOR_COPY_TRANSACTIONS
public static final HaRequestType210 NEW_LOCK_SESSION
public static final HaRequestType210 PLACEHOLDER_FOR_PUSH_TRANSACTION
public static final HaRequestType210 CREATE_PROPERTY_KEY
public static final HaRequestType210 CREATE_LABEL
public static HaRequestType210[] values()
for (HaRequestType210 c : HaRequestType210.values()) System.out.println(c);
public static HaRequestType210 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 responseShouldBeUnpacked()
responseShouldBeUnpacked in interface org.neo4j.com.RequestType<Master>public boolean isLock()
Copyright © 2002–2016 The Neo4j Graph Database Project. All rights reserved.