Uses of Class
org.apache.cassandra.cql.Operation.OperationType

Packages that use Operation.OperationType
org.apache.cassandra.cql   
 

Uses of Operation.OperationType in org.apache.cassandra.cql
 

Fields in org.apache.cassandra.cql declared as Operation.OperationType
 Operation.OperationType Operation.type
           
 

Methods in org.apache.cassandra.cql that return Operation.OperationType
static Operation.OperationType Operation.OperationType.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operation.OperationType[] Operation.OperationType.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in org.apache.cassandra.cql with parameters of type Operation.OperationType
Operation(Term a, Operation.OperationType type, Term b)
           
 



Copyright © 2012 The Apache Software Foundation