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

Type Parameters:
N - type of the column names
V - type of the column values
All Superinterfaces:
Iterable<Row<K,N,V>>
All Known Subinterfaces:
OrderedRows<K,N,V>
All Known Implementing Classes:
CqlRows, OrderedRowsImpl, RowsImpl

public interface Rows<K,N,V>
extends Iterable<Row<K,N,V>>

Returned by a MultigetSliceQuery (multiget_slice thrift call)

Author:
Ran Tavory

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

Method Detail

getByKey

Row<K,N,V> getByKey(K key)

getCount

int getCount()


Copyright © 2011. All Rights Reserved.