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

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

Classes in me.prettyprint.cassandra.model that implement CounterRows
 class CounterRowsImpl<K,N>
          Returned by a MultigetSliceQuery (multiget_slice thrift call)
 class OrderedCounterRowsImpl<K,N>
          Return type from get_range_slices for simple columns
 

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

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

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

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



Copyright © 2011. All Rights Reserved.