| Interface | Description |
|---|---|
| AsynchronousQueryListener |
Interface used to give an implementation access to a
ResultSetFuture after the query has completed. |
| 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
|
| 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.
|
| 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-2014–2015 Pivotal Software, Inc.. All rights reserved.