| Package | Description |
|---|---|
| org.springframework.cassandra.config |
Spring CQL
factory beans and configuration. |
| org.springframework.cassandra.config.java |
Spring Java configuration for Spring CQL.
|
| org.springframework.cassandra.core |
CQL core support.
|
| org.springframework.cassandra.core.keyspace |
Keyspace object action specifications such as
CREATE TABLE, DROP INDEX. |
| Class and Description |
|---|
| CqlTemplate
This is the central class in the Cassandra core package.
|
| Class and Description |
|---|
| CqlTemplate
This is the central class in the Cassandra core package.
|
| Class and 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.
|
| ConsistencyLevel
Deprecated.
as of 1.5, use the driver's
ConsistencyLevel. |
| CqlOperations
Operations for interacting with Cassandra at the lowest level.
|
| HostMapper |
| Ordering
Enum for Cassandra primary key column ordering.
|
| PreparedStatementBinder |
| PreparedStatementCallback |
| PreparedStatementCreator
Creates a PreparedStatement for the usage with the DataStax Java Driver
|
| PrimaryKeyType
Values representing primary key column types.
|
| QueryForListListener
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
Listener used to receive asynchronous results expected as an object of type
T or an Exception. |
| QueryOptions
Cassandra Query Options for queries.
|
| QueryOptions.QueryOptionsBuilder
Builder for
QueryOptions. |
| ReservedKeyword
CQL keywords.
|
| ResultSetExtractor |
| ResultSetFutureExtractor |
| RetryPolicy
Deprecated.
as of 1.5, use the driver's
RetryPolicy. |
| RingMember |
| RowCallbackHandler |
| RowIterator |
| RowMapper |
| SessionCallback
Interface for operations on a Cassandra Session.
|
| WriteOptions
Cassandra Write Options are an extension to
QueryOptions for write operations. |
| WriteOptions.WriteOptionsBuilder
Builder for
QueryOptions. |
| Class and Description |
|---|
| Ordering
Enum for Cassandra primary key column ordering.
|
| PrimaryKeyType
Values representing primary key column types.
|
Copyright © 2011–2019 Pivotal Software, Inc.. All rights reserved.