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

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)
           
 

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



Copyright © 2013 The Apache Software Foundation