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

Packages that use Deletion
org.apache.cassandra.thrift   
 

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.clone()
          Deprecated. 
 Deletion Deletion.deepCopy()
           
 Deletion Mutation.getDeletion()
           
 Deletion Deletion.setPredicate(SlicePredicate predicate)
           
 Deletion Deletion.setSuper_column(byte[] 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(java.lang.String keyspace, java.lang.String cfName, Deletion del)
           
 

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



Copyright © 2010 The Apache Software Foundation