Package com.netflix.astyanax.model

Interface Summary
ByteBufferRange Interface to get a raw byte buffer range.
Column<C> Common interface for extracting column values after a query.
ColumnList<C> Interface to a list of columns.
ColumnMap<C>  
CompositeBuilder  
CompositeParser  
CqlResult<K,C> Interface for a CQL query result.
RangeEndpoint  
Row<K,C> Instance of a row with key type K and column name type C.
Rows<K,C> Interface to a collection or Rows with key type K and column type C.
 

Class Summary
AbstractColumnImpl<C>  
AbstractColumnList<C>  
AbstractComposite Parent class of Composite and DynamicComposite.
ColumnFamily<K,C> Basic column family definition.
ColumnPath<C> Deprecated. Super columns should be replaced with composite columns
ColumnSlice<C> Definition for a sub set of slices.
Composite  
CompositeBuilderImpl  
CompositeParserImpl  
Composites  
DynamicComposite  
KeySlice<K> Definition of a set of keys.
OrderedColumnMap<C>  
 

Enum Summary
AbstractComposite.ComponentEquality  
ColumnType Deprecated. Super columns should be replaced with composite columns
ConsistencyLevel Consistency Level thin abstraction
Equality