| AllRowsQuery<K, C> | Specialized query to iterate the contents of a column family. |
| 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> | |
| 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. |
| RowSliceQuery<K, C> | Interface to narrow down the path and column slices within a query after the keys were seleted using the ColumnFamilyQuery. |