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

Packages that use RowPredicate
org.apache.cassandra.thrift   
 

Uses of RowPredicate in org.apache.cassandra.thrift
 

Methods in org.apache.cassandra.thrift that return RowPredicate
 RowPredicate RowPredicate.clone()
          Deprecated. 
 RowPredicate RowPredicate.deepCopy()
           
 RowPredicate RowPredicate.setIndex_clause(IndexClause index_clause)
           
 RowPredicate RowPredicate.setKey_range(KeyRange key_range)
           
 RowPredicate RowPredicate.setKeys(java.util.List<byte[]> keys)
           
 

Methods in org.apache.cassandra.thrift with parameters of type RowPredicate
 int RowPredicate.compareTo(RowPredicate other)
           
 boolean RowPredicate.equals(RowPredicate that)
           
 

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



Copyright © 2010 The Apache Software Foundation