Uses of Class
org.apache.cassandra.cql3.operations.Operation.Type

Packages that use Operation.Type
org.apache.cassandra.cql3.operations   
 

Uses of Operation.Type in org.apache.cassandra.cql3.operations
 

Methods in org.apache.cassandra.cql3.operations that return Operation.Type
 Operation.Type ColumnOperation.getType()
           
 Operation.Type ListOperation.getType()
           
 Operation.Type MapOperation.getType()
           
 Operation.Type Operation.getType()
           
 Operation.Type SetOperation.getType()
           
static Operation.Type Operation.Type.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Operation.Type[] Operation.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2012 The Apache Software Foundation