org.neo4j.kernel.ha
Enum HaRequestType20

java.lang.Object
  extended by java.lang.Enum<HaRequestType20>
      extended by org.neo4j.kernel.ha.HaRequestType20
All Implemented Interfaces:
Serializable, Comparable<HaRequestType20>, org.neo4j.com.RequestType<Master>

public enum HaRequestType20
extends Enum<HaRequestType20>
implements org.neo4j.com.RequestType<Master>


Enum Constant Summary
ACQUIRE_GRAPH_READ_LOCK
           
ACQUIRE_GRAPH_WRITE_LOCK
           
ACQUIRE_INDEX_READ_LOCK
           
ACQUIRE_INDEX_WRITE_LOCK
           
ACQUIRE_NODE_READ_LOCK
           
ACQUIRE_NODE_WRITE_LOCK
           
ACQUIRE_RELATIONSHIP_READ_LOCK
           
ACQUIRE_RELATIONSHIP_WRITE_LOCK
           
ACQUIRE_SCHEMA_READ_LOCK
           
ACQUIRE_SCHEMA_WRITE_LOCK
           
ALLOCATE_IDS
           
COMMIT
           
COPY_STORE
           
COPY_TRANSACTIONS
           
CREATE_PROPERTY_KEY
           
CREATE_RELATIONSHIP_TYPE
           
FINISH
           
GET_MASTER_ID_FOR_TX
           
INITIALIZE_TX
           
PULL_UPDATES
           
PUSH_TRANSACTION
           
 
Method Summary
 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.
 
Methods inherited from class java.lang.Enum
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Enum Constant Detail

ALLOCATE_IDS

public static final HaRequestType20 ALLOCATE_IDS

CREATE_RELATIONSHIP_TYPE

public static final HaRequestType20 CREATE_RELATIONSHIP_TYPE

ACQUIRE_NODE_WRITE_LOCK

public static final HaRequestType20 ACQUIRE_NODE_WRITE_LOCK

ACQUIRE_NODE_READ_LOCK

public static final HaRequestType20 ACQUIRE_NODE_READ_LOCK

ACQUIRE_RELATIONSHIP_WRITE_LOCK

public static final HaRequestType20 ACQUIRE_RELATIONSHIP_WRITE_LOCK

ACQUIRE_RELATIONSHIP_READ_LOCK

public static final HaRequestType20 ACQUIRE_RELATIONSHIP_READ_LOCK

COMMIT

public static final HaRequestType20 COMMIT

PULL_UPDATES

public static final HaRequestType20 PULL_UPDATES

FINISH

public static final HaRequestType20 FINISH

GET_MASTER_ID_FOR_TX

public static final HaRequestType20 GET_MASTER_ID_FOR_TX

COPY_STORE

public static final HaRequestType20 COPY_STORE

COPY_TRANSACTIONS

public static final HaRequestType20 COPY_TRANSACTIONS

INITIALIZE_TX

public static final HaRequestType20 INITIALIZE_TX

ACQUIRE_GRAPH_WRITE_LOCK

public static final HaRequestType20 ACQUIRE_GRAPH_WRITE_LOCK

ACQUIRE_GRAPH_READ_LOCK

public static final HaRequestType20 ACQUIRE_GRAPH_READ_LOCK

ACQUIRE_INDEX_READ_LOCK

public static final HaRequestType20 ACQUIRE_INDEX_READ_LOCK

ACQUIRE_INDEX_WRITE_LOCK

public static final HaRequestType20 ACQUIRE_INDEX_WRITE_LOCK

PUSH_TRANSACTION

public static final HaRequestType20 PUSH_TRANSACTION

CREATE_PROPERTY_KEY

public static final HaRequestType20 CREATE_PROPERTY_KEY

ACQUIRE_SCHEMA_READ_LOCK

public static final HaRequestType20 ACQUIRE_SCHEMA_READ_LOCK

ACQUIRE_SCHEMA_WRITE_LOCK

public static final HaRequestType20 ACQUIRE_SCHEMA_WRITE_LOCK
Method Detail

values

public static HaRequestType20[] values()
Returns an array containing the constants of this enum type, in the order they are declared. This method may be used to iterate over the constants as follows:
for (HaRequestType20 c : HaRequestType20.values())
    System.out.println(c);

Returns:
an array containing the constants of this enum type, in the order they are declared

valueOf

public static HaRequestType20 valueOf(String name)
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Parameters:
name - the name of the enum constant to be returned.
Returns:
the enum constant with the specified name
Throws:
IllegalArgumentException - if this enum type has no constant with the specified name
NullPointerException - if the argument is null

getObjectSerializer

public org.neo4j.com.ObjectSerializer getObjectSerializer()
Specified by:
getObjectSerializer in interface org.neo4j.com.RequestType<Master>

getTargetCaller

public org.neo4j.com.TargetCaller getTargetCaller()
Specified by:
getTargetCaller in interface org.neo4j.com.RequestType<Master>

id

public byte id()
Specified by:
id in interface org.neo4j.com.RequestType<Master>

includesSlaveContext

public boolean includesSlaveContext()

isLock

public boolean isLock()


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.