| Class | Description |
|---|---|
| CqlColumnImpl<C> |
Class that implements the
Column interface. |
| CqlColumnListImpl<C> |
Class that implements the
ColumnList interface. |
| CqlColumnSlice<C> |
Impl for
ColumnSlice. |
| CqlRangeBuilder<T> |
Helpful class that tracks the state for building a
ColumnSlice query using column range specification. |
| CqlRangeImpl<T> |
Impl for
ByteBufferRange that tracks the individual components of a ColumnSlice when using a column range
specification. |
| CqlRowImpl<K,C> |
Impl for
Row that parses the ResultSet from java driver and translates back to Astyanax Row. |
| CqlRowListImpl<K,C> |
Impl for
Rows that parses the ResultSet from java driver and translates back to Astyanax Rows. |
| CqlRowListIterator<K,C> |
Impl for
Rows that parses the ResultSet from java driver and translates back to Astyanax Rows. |
| CqlRowSlice<K> |
Helper class that encapsulates a row slice for a
RowSliceQuery
Note that there are 2 essential components for a row slice
1. |
| CqlRowSlice.RowRange<K> | |
| DirectCqlResult<K,C> |
Impl for
CqlResult that parses the ResultSet from java driver. |
| Enum | Description |
|---|---|
| CqlColumnSlice.QueryType |