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

Packages that use SuperRows
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 SuperRows in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement SuperRows
 class OrderedSuperRowsImpl<K,SN,N,V>
          Return type from get_range_slices for super columns
 class SuperRowsImpl<K,SN,N,V>
          Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)
 

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

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

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

Subinterfaces of SuperRows in me.prettyprint.hector.api.beans
 interface OrderedSuperRows<K,SN,N,V>
           
 



Copyright © 2011. All Rights Reserved.