| Interface | Description |
|---|---|
| AsyncCassandraOperations |
Interface specifying a basic set of asynchronous Cassandra operations.
|
| CassandraAdminOperations |
Operations for managing a Cassandra keyspace.
|
| CassandraBatchOperations |
Batch operations for insert/update/delete actions on a table.
|
| CassandraOperations |
Interface specifying a basic set of Cassandra operations.
|
| ReactiveCassandraOperations |
Interface specifying a basic set of reactive Cassandra operations.
|
| Class | Description |
|---|---|
| AsyncCassandraTemplate |
Primary implementation of
AsyncCassandraOperations. |
| CassandraAdminTemplate |
Default implementation of
CassandraAdminOperations. |
| CassandraPersistentEntitySchemaCreator |
Schema creation support for Cassandra based on
CassandraMappingContext and CassandraPersistentEntity. |
| CassandraPersistentEntitySchemaDropper |
Schema drop support for Cassandra based on
CassandraMappingContext and CassandraPersistentEntity. |
| CassandraTemplate |
Primary implementation of
CassandraOperations. |
| InsertOptions |
Extension to
WriteOptions for use with INSERT operations. |
| InsertOptions.InsertOptionsBuilder |
Builder for
InsertOptions. |
| ReactiveCassandraTemplate |
Primary implementation of
ReactiveCassandraOperations. |
| StatementFactory | |
| UpdateOptions |
Extension to
WriteOptions for use with UPDATE operations. |
| UpdateOptions.UpdateOptionsBuilder |
Builder for
UpdateOptions. |
| WriteResult |
The result of a write operation.
|
Copyright © 2011–2018 Pivotal Software, Inc.. All rights reserved.