Uses of Class
org.neo4j.kernel.ha.comm.RequestType

Packages that use RequestType
org.neo4j.kernel.ha.comm   
 

Uses of RequestType in org.neo4j.kernel.ha.comm
 

Methods in org.neo4j.kernel.ha.comm that return RequestType
static RequestType RequestType.allocateIds(IdType type)
           
static RequestType RequestType.get(int code)
           
static RequestType RequestType.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static RequestType[] RequestType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2010 The Neo4j Graph Database Project. All Rights Reserved.