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

Type Parameters:
N - type of the column names
All Superinterfaces:
Iterable<CounterRow<K,N>>
All Known Subinterfaces:
OrderedCounterRows<K,N>
All Known Implementing Classes:
CounterRowsImpl, OrderedCounterRowsImpl

public interface CounterRows<K,N>
extends Iterable<CounterRow<K,N>>

Returned by a MultigetSliceQuery (multiget_slice thrift call)


Method Summary
 CounterRow<K,N> getByKey(K key)
           
 int getCount()
           
 
Methods inherited from interface java.lang.Iterable
iterator
 

Method Detail

getByKey

CounterRow<K,N> getByKey(K key)

getCount

int getCount()


Copyright © 2011. All Rights Reserved.