public class ThriftAllRowsImpl<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.Rows<K,C>
| Constructor and Description |
|---|
ThriftAllRowsImpl(com.netflix.astyanax.partitioner.Partitioner partitioner,
ThriftAllRowsQueryImpl<K,C> query,
com.netflix.astyanax.model.ColumnFamily<K,C> columnFamily) |
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<K> |
getKeys() |
com.netflix.astyanax.model.Row<K,C> |
getRow(K key) |
com.netflix.astyanax.model.Row<K,C> |
getRowByIndex(int i) |
boolean |
isEmpty() |
java.util.Iterator<com.netflix.astyanax.model.Row<K,C>> |
iterator()
Each call to .iterator() returns a new context starting at the beginning
of the column family.
|
int |
size() |
public ThriftAllRowsImpl(com.netflix.astyanax.partitioner.Partitioner partitioner,
ThriftAllRowsQueryImpl<K,C> query,
com.netflix.astyanax.model.ColumnFamily<K,C> columnFamily)
public java.util.Iterator<com.netflix.astyanax.model.Row<K,C>> iterator()
public boolean isEmpty()