Uses of Class
org.apache.cassandra.thrift.RequestType

Packages that use RequestType
org.apache.cassandra.thrift   
 

Uses of RequestType in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return RequestType
static RequestType RequestType.valueOf(java.lang.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.
 

Methods in org.apache.cassandra.thrift with parameters of type RequestType
static void ThriftValidation.validateConsistencyLevel(java.lang.String table, ConsistencyLevel cl, RequestType requestType)
           
 



Copyright © 2013 The Apache Software Foundation