N - public final class OrderedCounterRowsImpl<K,N> extends CounterRowsImpl<K,N> implements OrderedCounterRows<K,N>
rows| Constructor and Description |
|---|
OrderedCounterRowsImpl(LinkedHashMap<K,List<org.apache.cassandra.thrift.CounterColumn>> thriftRet,
Serializer<N> nameSerializer) |
| Modifier and Type | Method and Description |
|---|---|
List<CounterRow<K,N>> |
getList()
Preserves rows order
|
CounterRow<K,N> |
peekLast()
Returns the last element in this row result.
|
getByKey, getCount, iterator, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetByKey, getCountpublic OrderedCounterRowsImpl(LinkedHashMap<K,List<org.apache.cassandra.thrift.CounterColumn>> thriftRet, Serializer<N> nameSerializer)
public List<CounterRow<K,N>> getList()
getList in interface OrderedCounterRows<K,N>public CounterRow<K,N> peekLast()
peekLast in interface OrderedCounterRows<K,N>Copyright © 2014. All Rights Reserved.