me.prettyprint.hector.api.beans
Interface OrderedSuperRows<K,SN,N,V>

All Superinterfaces:
Iterable<SuperRow<K,SN,N,V>>, SuperRows<K,SN,N,V>
All Known Implementing Classes:
OrderedSuperRowsImpl

public interface OrderedSuperRows<K,SN,N,V>
extends SuperRows<K,SN,N,V>


Method Summary
 List<SuperRow<K,SN,N,V>> getList()
          Preserves rows order
 
Methods inherited from interface me.prettyprint.hector.api.beans.SuperRows
getByKey, getCount
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getList

List<SuperRow<K,SN,N,V>> getList()
Preserves rows order

Returns:
an unmodifiable list of Rows


Copyright © 2011. All Rights Reserved.