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

Packages that use CounterSuperRow
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.hector.api.beans   
 

Uses of CounterSuperRow in me.prettyprint.cassandra.model
 

Classes in me.prettyprint.cassandra.model that implement CounterSuperRow
 class CounterSuperRowImpl<K,SN,N>
          A SuperRow is a touple consisting of a Key and a SuperSlice.
 

Fields in me.prettyprint.cassandra.model with type parameters of type CounterSuperRow
protected  Map<K,CounterSuperRow<K,SN,N>> CounterSuperRowsImpl.rows
           
 

Methods in me.prettyprint.cassandra.model that return CounterSuperRow
 CounterSuperRow<K,SN,N> CounterSuperRowsImpl.getByKey(K key)
           
 

Methods in me.prettyprint.cassandra.model that return types with arguments of type CounterSuperRow
 List<CounterSuperRow<K,SN,N>> OrderedCounterSuperRowsImpl.getList()
          Preserves rows order
 Iterator<CounterSuperRow<K,SN,N>> CounterSuperRowsImpl.iterator()
           
 

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

Methods in me.prettyprint.hector.api.beans that return CounterSuperRow
 CounterSuperRow<K,SN,N> CounterSuperRows.getByKey(K key)
           
 

Methods in me.prettyprint.hector.api.beans that return types with arguments of type CounterSuperRow
 List<CounterSuperRow<K,SN,N>> OrderedCounterSuperRows.getList()
          Preserves rows order
 



Copyright © 2011. All Rights Reserved.