public interface

Row

com.netflix.astyanax.model.Row<K, C>
Known Indirect Subclasses

Class Overview

Instance of a row with key type K and column name type C. Child columns can be either standard columns or super columns

Summary

Public Methods
abstract ColumnList<C> getColumns()
Child columns of the row.
abstract K getKey()
Return the key value
abstract ByteBuffer getRawKey()
Return the raw byte buffer for this key

Public Methods

public abstract 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 abstract K getKey ()

Return the key value

public abstract ByteBuffer getRawKey ()

Return the raw byte buffer for this key