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

Packages that use Deletion
org.apache.cassandra.db   
org.apache.cassandra.thrift   
 

Uses of Deletion in org.apache.cassandra.db
 

Methods in org.apache.cassandra.db with parameters of type Deletion
 void RowMutation.deleteColumnOrSuperColumn(java.lang.String cfName, Deletion del)
           
 

Uses of Deletion in org.apache.cassandra.thrift
 

Fields in org.apache.cassandra.thrift declared as Deletion
 Deletion Mutation.deletion
           
 

Methods in org.apache.cassandra.thrift that return Deletion
 Deletion Deletion.deepCopy()
           
 Deletion Mutation.getDeletion()
           
 Deletion Deletion.setPredicate(SlicePredicate predicate)
           
 Deletion Deletion.setSuper_column(byte[] super_column)
           
 Deletion Deletion.setSuper_column(java.nio.ByteBuffer super_column)
           
 Deletion Deletion.setTimestamp(long timestamp)
           
 

Methods in org.apache.cassandra.thrift with parameters of type Deletion
 int Deletion.compareTo(Deletion other)
           
 boolean Deletion.equals(Deletion that)
           
 Mutation Mutation.setDeletion(Deletion deletion)
           
static void ThriftValidation.validateDeletion(CFMetaData metadata, Deletion del)
           
 

Constructors in org.apache.cassandra.thrift with parameters of type Deletion
Deletion(Deletion other)
          Performs a deep copy on other.
 



Copyright © 2012 The Apache Software Foundation