| Interface | Description |
|---|---|
| AsynchronousQueryListener |
Interface used to give an implementation access to a
ResultSetFuture after the query has completed. |
| Cancellable |
Interface allowing a caller to cancel an asynchronous query.
|
| CqlOperations |
Operations for interacting with Cassandra at the lowest level.
|
| HostMapper<T> | |
| PreparedStatementBinder | |
| PreparedStatementCallback<T> | |
| PreparedStatementCreator |
Creates a PreparedStatement for the usage with the DataStax Java Driver
|
| QueryForListListener<T> |
Listener used to receive asynchronous results expected as a
List<T>. |
| QueryForListOfMapListener |
Listener used to receive asynchronous results expected as a
List<T>. |
| QueryForMapListener |
Listener used to receive asynchronous results expected as a
List<Map<String,Object>>. |
| QueryForObjectListener<T> |
Listener used to receive asynchronous results expected as an object of type
T. |
| ResultSetExtractor<T> | |
| ResultSetFutureExtractor<T> | |
| RowCallback<T> |
Simple internal callback to allow operations on a
Row. |
| RowCallbackHandler | |
| RowIterator | |
| RowMapper<T> | |
| SessionCallback<T> |
Interface for operations on a Cassandra Session.
|
| Class | Description |
|---|---|
| CachedPreparedStatementCreator |
This Prepared Statement Creator maintains a cache of all prepared statements for the duration of this life of the
container.
|
| ConsistencyLevelResolver |
Determine driver consistency level based on ConsistencyLevel
|
| CqlTemplate |
This is the Central class in the Cassandra core package.
|
| QueryOptions |
Contains Query Options for Cassandra queries.
|
| ResultSetFutureCancellable |
Convenient default implementation of a
Cancellable. |
| RetryPolicyResolver |
Determine driver query retry policy
|
| RingMember | |
| RingMemberHostMapper | |
| SimplePreparedStatementCreator |
This Prepared Statement Creator simply prepares a statement from the CQL string.
|
| WriteOptions |
| Enum | Description |
|---|---|
| ConsistencyLevel |
Generic Consistency Levels associated with Cassandra.
|
| Ordering |
Enum for Cassandra primary key column ordering.
|
| PrimaryKeyType |
Values representing primary key column types.
|
| ReservedKeyword |
CQL keywords.
|
| RetryPolicy |
Retry Policies associated with Cassandra.
|
| Exception | Description |
|---|---|
| CassandraUncategorizedDataAccessException |
Wrapper for all non RuntimeExceptions throws by the Cassandra Driver
|
Copyright © 2011-2015–2015 Pivotal Software, Inc.. All rights reserved.