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

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

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

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

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

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

Subinterfaces of CounterSuperRows in me.prettyprint.hector.api.beans
 interface OrderedCounterSuperRows<K,SN,N>
           
 



Copyright © 2011. All Rights Reserved.