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

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

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

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

Methods in me.prettyprint.cassandra.model that return SuperRow
 SuperRow<K,SN,N,V> SuperRowsImpl.getByKey(K key)
           
 

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

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

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

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



Copyright © 2011. All Rights Reserved.