public static enum HaRequestTypes.Type extends Enum<HaRequestTypes.Type>
| Enum Constant and Description |
|---|
ACQUIRE_EXCLUSIVE_LOCK |
ACQUIRE_SHARED_LOCK |
ALLOCATE_IDS |
COMMIT |
COPY_STORE |
COPY_TRANSACTIONS |
CREATE_LABEL |
CREATE_PROPERTY_KEY |
CREATE_RELATIONSHIP_TYPE |
END_LOCK_SESSION |
HANDSHAKE |
NEW_LOCK_SESSION |
PULL_UPDATES |
PUSH_TRANSACTIONS |
| Modifier and Type | Method and Description |
|---|---|
boolean |
is(org.neo4j.com.RequestType<?> type) |
static HaRequestTypes.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HaRequestTypes.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HaRequestTypes.Type ALLOCATE_IDS
public static final HaRequestTypes.Type CREATE_RELATIONSHIP_TYPE
public static final HaRequestTypes.Type ACQUIRE_EXCLUSIVE_LOCK
public static final HaRequestTypes.Type ACQUIRE_SHARED_LOCK
public static final HaRequestTypes.Type COMMIT
public static final HaRequestTypes.Type PULL_UPDATES
public static final HaRequestTypes.Type END_LOCK_SESSION
public static final HaRequestTypes.Type HANDSHAKE
public static final HaRequestTypes.Type COPY_STORE
public static final HaRequestTypes.Type COPY_TRANSACTIONS
public static final HaRequestTypes.Type NEW_LOCK_SESSION
public static final HaRequestTypes.Type PUSH_TRANSACTIONS
public static final HaRequestTypes.Type CREATE_PROPERTY_KEY
public static final HaRequestTypes.Type CREATE_LABEL
public static HaRequestTypes.Type[] values()
for (HaRequestTypes.Type c : HaRequestTypes.Type.values()) System.out.println(c);
public static HaRequestTypes.Type 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 boolean is(org.neo4j.com.RequestType<?> type)
Copyright © 2002–2019 The Neo4j Graph Database Project. All rights reserved.