Uses of Interface
me.prettyprint.hector.api.beans.Rows

Packages that use Rows
me.prettyprint.cassandra.model The model package defines the thrift/avro reflections used by hector to shield the specific types of the objects. 
me.prettyprint.cassandra.model.thrift   
me.prettyprint.hector.api.beans   
 

Uses of Rows in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement Rows
 class CqlRows<K,N,V>
          Row wrapper specific to the multi-type results capable from a CqlQuery.
 class OrderedRowsImpl<K,N,V>
          Return type from get_range_slices for simple columns
 class RowsImpl<K,N,V>
          Returned by a MultigetSliceQuery (multiget_slice thrift call)
 

Uses of Rows in me.prettyprint.cassandra.model.thrift
 

Methods in me.prettyprint.cassandra.model.thrift that return types with arguments of type Rows
 QueryResult<Rows<K,N,V>> ThriftMultigetSubSliceQuery.execute()
           
 QueryResult<Rows<K,N,V>> ThriftMultigetSliceQuery.execute()
           
 

Uses of Rows in me.prettyprint.hector.api.beans
 

Subinterfaces of Rows in me.prettyprint.hector.api.beans
 interface OrderedRows<K,N,V>
          Return type from get_range_slices for simple columns
 



Copyright © 2011. All Rights Reserved.