Class Summary |
CassandraTokenRangeAwareDataIterator |
|
CassandraTokenRangeAwareInitialLoadDataIterator |
|
CassandraTokenRangeJDBCDataIterator |
Note: the underlying cassandra jdbc implementation brings the entire batch when calling
execute, so SQLException exceptions will actually only be thrown during prepare statement and execute statment
Moreover, the iteration over the results is currently only logical because the entire result set
already lies in memory after execute statement returns. |
CQLQueryContext |
CQL query context for holding the properies map if this is a template based query
or the String query and the parameters array if this is a complex query. |
DataIteratorAdapter<T> |
A simple adapter from Iterator to DataIterator |
SingleEntryDataIterator |
A DataIterator for single entry or empty result sets. |
SpaceDocumentMapper |
A ColumnFamilyRowMapper implementation. |