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

Type Parameters:
N - column name type
All Superinterfaces:
CounterRows<K,N>, Iterable<CounterRow<K,N>>
All Known Implementing Classes:
OrderedCounterRowsImpl

public interface OrderedCounterRows<K,N>
extends CounterRows<K,N>

Return type from get_range_slices for simple columns


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

Method Detail

getList

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

Returns:
an unmodifiable list of Rows

peekLast

CounterRow<K,N> peekLast()


Copyright © 2011. All Rights Reserved.