- Type Parameters:
N - type of the column namesV - 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