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

Type Parameters:
N -
All Superinterfaces:
Iterable<CounterSuperRow<K,SN,N>>
All Known Subinterfaces:
OrderedCounterSuperRows<K,SN,N>
All Known Implementing Classes:
CounterSuperRowsImpl, OrderedCounterSuperRowsImpl

public interface CounterSuperRows<K,SN,N>
extends Iterable<CounterSuperRow<K,SN,N>>

Returned by a MultigetSuperSliceQuery (multiget_slice for supercolumns)

Author:
Ran Tavory

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

Method Detail

getByKey

CounterSuperRow<K,SN,N> getByKey(K key)

getCount

int getCount()


Copyright © 2011. All Rights Reserved.