public class

ThriftRowImpl

extends Object
implements Row<K, C>
java.lang.Object
   ↳ com.netflix.astyanax.thrift.model.ThriftRowImpl<K, C>

Summary

Public Constructors
ThriftRowImpl(K key, ByteBuffer byteBuffer, ColumnList<C> columns)
Public Methods
ColumnList<C> getColumns()
Child columns of the row.
K getKey()
Return the key value
ByteBuffer getRawKey()
Return the raw byte buffer for this key
[Expand]
Inherited Methods
From class java.lang.Object
From interface com.netflix.astyanax.model.Row

Public Constructors

public ThriftRowImpl (K key, ByteBuffer byteBuffer, ColumnList<C> columns)

Public Methods

public ColumnList<C> getColumns ()

Child columns of the row. Note that if a ColumnPath was provided to a query these will be the columns at the column path location and not the columns at the root of the row.

public K getKey ()

Return the key value

public ByteBuffer getRawKey ()

Return the raw byte buffer for this key