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 or an Exception . |
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
PreparedStatementCreator maintains a static cache of all prepared statements for the duration of the JVM
runtime, more specific the lifecycle of the associated ClassLoader . |
ConsistencyLevelResolver | Deprecated
as of 1.5, use the driver's
ConsistencyLevel . |
CqlTemplate |
This is the central class in the Cassandra core package.
|
QueryOptions |
Cassandra Query Options for queries.
|
QueryOptions.QueryOptionsBuilder |
Builder for
QueryOptions . |
ResultSetFutureCancellable |
Convenient default implementation of a
Cancellable . |
RetryPolicyResolver | Deprecated |
RingMember | |
RingMemberHostMapper | |
SimplePreparedStatementCreator |
This Prepared Statement Creator simply prepares a statement from the CQL string.
|
WriteOptions |
Cassandra Write Options are an extension to
QueryOptions for write operations. |
WriteOptions.WriteOptionsBuilder |
Builder for
QueryOptions . |
Enum | Description |
---|---|
ConsistencyLevel | Deprecated
as of 1.5, use the driver's
ConsistencyLevel . |
Ordering |
Enum for Cassandra primary key column ordering.
|
PrimaryKeyType |
Values representing primary key column types.
|
ReservedKeyword |
CQL keywords.
|
RetryPolicy | Deprecated
as of 1.5, use the driver's
RetryPolicy . |
Exception | Description |
---|---|
CassandraUncategorizedDataAccessException |
Wrapper for all non RuntimeExceptions throws by the Cassandra Driver
|
Copyright © 2011-2015–2017 Pivotal Software, Inc.. All rights reserved.