public class ThriftRowImpl<K,C>
extends java.lang.Object
implements com.netflix.astyanax.model.Row<K,C>
| Constructor and Description |
|---|
ThriftRowImpl(K key,
java.nio.ByteBuffer byteBuffer,
com.netflix.astyanax.model.ColumnList<C> columns) |
| Modifier and Type | Method and Description |
|---|---|
com.netflix.astyanax.model.ColumnList<C> |
getColumns() |
K |
getKey() |
java.nio.ByteBuffer |
getRawKey() |
public com.netflix.astyanax.model.ColumnList<C> getColumns()