| Class | Description |
|---|---|
| CFColumnQueryGen | |
| CFRowKeysQueryGen |
This class encapsulates all the query generators for row slice queries that use a collection of row keys.
|
| CFRowQueryGen | |
| CFRowRangeQueryGen |
This class encapsulates all the query generators for row range queries.
|
| CFRowSliceQueryGen |
Base class that contains the utilities for generating queries for read operations via the
RowSliceQuery class. |
| CqlAllRowsQueryImpl<K,C> |
Impl for
AllRowsQuery that uses the java driver underneath. |
| CqlColumnCountQueryImpl |
Impl for
ColumnCountQuery
Note that since this query essentially derives itself from the RowQuery interface, it also uses the statement
constructed by the CqlRowQueryImpl class. |
| CqlColumnFamilyQueryImpl<K,C> |
Base impl for
ColumnFamilyQuery interface. |
| CqlColumnQueryImpl<C> |
Impl for the
ColumnQuery interface using the java driver. |
| CqlRowCopier<K,C> |
Impl for
RowCopier |
| CqlRowQueryImpl<K,C> |
Impl for
RowQuery that uses java driver. |
| CqlRowSliceColumnCountQueryImpl<K> |
Impl for
RowSliceColumnCountQuery interface. |
| CqlRowSliceQueryImpl<K,C> |
Impl for
RowSliceQuery interface. |
| DirectCqlQueryImpl<K,C> |
Impl for
CqlQuery that allows users to directly send CQL3 over java driver |
| FlatTableRowQueryGen |
Read query generator for queries on flat tables i.e tables with no clustering keys.
|
| FlatTableRowSliceQueryGen |
Just like
FlatTableRowQueryGen this class encapsulates the functionality for row query generation for
Astyanax RowSliceQuery(s). |
| QueryGenCache<Q> |
Template for
PreparedStatement caching for a query Q. |
| Enum | Description |
|---|---|
| CqlRowQueryImpl.RowQueryType | |
| CqlRowSliceQueryImpl.ColumnSliceQueryType | |
| CqlRowSliceQueryImpl.RowSliceQueryType |