public class ThriftRowsListImpl<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.Rows<K,C>
| Constructor and Description |
|---|
ThriftRowsListImpl(java.util.Map<java.nio.ByteBuffer,java.util.List<org.apache.cassandra.thrift.ColumnOrSuperColumn>> rows,
com.netflix.astyanax.Serializer<K> keySer,
com.netflix.astyanax.Serializer<C> colSer) |
| 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() |
int |
size() |