K - C - public class ThriftRowsSliceImpl<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.Rows<K,C>
| Constructor and Description |
|---|
ThriftRowsSliceImpl(java.util.List<org.apache.cassandra.thrift.KeySlice> 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 index) |
boolean |
isEmpty() |
java.util.Iterator<com.netflix.astyanax.model.Row<K,C>> |
iterator() |
int |
size() |