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

All Superinterfaces:
CounterSuperRows<K,SN,N>, Iterable<CounterSuperRow<K,SN,N>>
All Known Implementing Classes:
OrderedCounterSuperRowsImpl

public interface OrderedCounterSuperRows<K,SN,N>
extends CounterSuperRows<K,SN,N>


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

Method Detail

getList

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

Returns:
an unmodifiable list of Rows


Copyright © 2011. All Rights Reserved.