Package com.netflix.astyanax.query

Interface Summary
AllRowsQuery<K,C> Specialized query to iterate the contents of a column family.
CheckpointManager Interface for tracking checkpoints for a getAllRows query.
ColumnCountQuery  
ColumnFamilyQuery<K,C> Top level column family query lets you choose the type of query being performed at the key level.
ColumnQuery<C> Interface to execute a column query on a single row.
CqlQuery<K,C> Interface for executing a CQL query.
IndexColumnExpression<K,C>  
IndexOperationExpression<K,C>  
IndexQuery<K,C>  
IndexValueExpression<K,C>  
PreparedCqlQuery<K,C> Interface for specifying parameters on a prepared CQL query.
PreparedIndexColumnExpression<K,C>  
PreparedIndexExpression<K,C>  
PreparedIndexOperationExpression<K,C>  
PreparedIndexValueExpression<K,C>  
RowQuery<K,C> Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
RowSliceColumnCountQuery<K> Interface for an operation to get the column count for a row slice or range
RowSliceQuery<K,C> Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery.
 

Class Summary
AbstractPreparedCqlQuery<K,C>  
 

Enum Summary
IndexOperator