| Interface | Description |
|---|---|
| AsyncCassandraOperations |
Interface specifying a basic set of asynchronous Cassandra operations.
|
| AsyncCassandraTemplate.AsyncPreparedStatementHandler |
General callback interface used to create and bind prepared CQL statements.
|
| 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.
|
| ExecutableDeleteOperation |
ExecutableDeleteOperation allows creation and execution of Cassandra DELETE operations in a fluent
API style. |
| ExecutableDeleteOperation.DeleteWithQuery |
Filtering (optional).
|
| ExecutableDeleteOperation.DeleteWithTable |
Table override (optional).
|
| ExecutableDeleteOperation.ExecutableDelete |
the
ExecutableDeleteOperation.ExecutableDelete interface provides methods for constructing DELETE operations in a fluent way. |
| ExecutableDeleteOperation.TerminatingDelete |
Trigger
DELETE execution by calling one of the terminating methods. |
| ExecutableInsertOperation |
ExecutableInsertOperation allows creation and execution of Cassandra INSERT insert operations in a
fluent API style. |
| ExecutableInsertOperation.ExecutableInsert<T> |
The
ExecutableInsertOperation.ExecutableInsert interface provides methods for constructing INSERT operations in a fluent way. |
| ExecutableInsertOperation.InsertWithOptions<T> |
Apply
InsertOptions (optional). |
| ExecutableInsertOperation.InsertWithTable<T> |
Table override (optional).
|
| ExecutableInsertOperation.TerminatingInsert<T> |
Trigger
INSERT execution by calling one of the terminating methods. |
| ExecutableSelectOperation |
The
ExecutableSelectOperation interface allows creation and execution of Cassandra SELECT operations
in a fluent API style. |
| ExecutableSelectOperation.ExecutableSelect<T> |
The
ExecutableSelectOperation.ExecutableSelect interface provides methods for constructing SELECT query operations in a
fluent way. |
| ExecutableSelectOperation.SelectWithProjection<T> |
Result type override (optional).
|
| ExecutableSelectOperation.SelectWithQuery<T> |
Filtering (optional).
|
| ExecutableSelectOperation.SelectWithTable<T> |
Table override (optional).
|
| ExecutableSelectOperation.TerminatingSelect<T> |
Trigger
SELECT query execution by calling one of the terminating methods. |
| ExecutableUpdateOperation |
ExecutableUpdateOperation allows creation and execution of Cassandra UPDATE operation in a fluent API
style. |
| ExecutableUpdateOperation.ExecutableUpdate |
The
ExecutableUpdateOperation.ExecutableUpdate interface provides methods for constructing UPDATE operations in a fluent way. |
| ExecutableUpdateOperation.TerminatingUpdate | |
| ExecutableUpdateOperation.UpdateWithQuery |
Filtering (optional).
|
| ExecutableUpdateOperation.UpdateWithTable |
Table override (optional).
|
| FluentCassandraOperations |
Stripped down interface providing access to a fluent API that specifies a basic set of Cassandra operations.
|
| ReactiveCassandraBatchOperations |
Reactive Batch operations for insert/update/delete actions on a table.
|
| ReactiveCassandraOperations |
Interface specifying a basic set of reactive Cassandra operations.
|
| ReactiveCassandraTemplate.ReactivePreparedStatementHandler |
General callback interface used to create and bind prepared CQL statements.
|
| ReactiveDeleteOperation |
The
ReactiveDeleteOperation interface allows creation and execution of Cassandra DELETE operations in
a fluent API style. |
| ReactiveDeleteOperation.DeleteWithQuery |
Required
filter. |
| ReactiveDeleteOperation.DeleteWithTable |
Table override (optional).
|
| ReactiveDeleteOperation.ReactiveDelete |
The
ReactiveDeleteOperation.ReactiveDelete interface provides methods for constructing DELETE operations in a fluent way. |
| ReactiveDeleteOperation.TerminatingDelete |
Trigger
DELETE operation by calling one of the terminating methods. |
| ReactiveFluentCassandraOperations |
Stripped down interface providing access to a fluent API that specifies a basic set of reactive Cassandra operations.
|
| ReactiveInsertOperation |
The
ReactiveInsertOperation interface allows creation and execution of Cassandra INSERT operations in
a fluent API style. |
| ReactiveInsertOperation.InsertWithOptions<T> |
Apply
InsertOptions (optional). |
| ReactiveInsertOperation.InsertWithTable<T> |
Table override (optional).
|
| ReactiveInsertOperation.ReactiveInsert<T> |
The
ReactiveInsertOperation.ReactiveInsert interface provides methods for constructing INSERT operations in a fluent way. |
| ReactiveInsertOperation.TerminatingInsert<T> |
Trigger
INSERT execution by calling one of the terminating methods. |
| ReactiveSelectOperation |
The
ReactiveSelectOperation interface allows creation and execution of Cassandra SELECT operations in
a fluent API style. |
| ReactiveSelectOperation.ReactiveSelect<T> |
The
ReactiveSelectOperation.ReactiveSelect interface provides methods for constructing SELECT operations in a fluent way. |
| ReactiveSelectOperation.SelectWithProjection<T> |
Result type override (optional).
|
| ReactiveSelectOperation.SelectWithQuery<T> |
Define a
Query used as the filter for the SELECT. |
| ReactiveSelectOperation.SelectWithTable<T> |
Table override (optional).
|
| ReactiveSelectOperation.TerminatingSelect<T> |
Trigger
SELECT execution by calling one of the terminating methods. |
| ReactiveUpdateOperation |
The
ReactiveUpdateOperation interface allows creation and execution of Cassandra UPDATE operations in
a fluent API style. |
| ReactiveUpdateOperation.ReactiveUpdate |
The
ReactiveUpdateOperation.ReactiveUpdate interface provides methods for constructing UPDATE operations in a fluent way. |
| ReactiveUpdateOperation.TerminatingUpdate |
Trigger
UPDATE execution by calling one of the terminating methods. |
| ReactiveUpdateOperation.UpdateWithQuery | |
| ReactiveUpdateOperation.UpdateWithTable |
Table override (optional).
|
| Class | Description |
|---|---|
| AsyncCassandraTemplate |
Primary implementation of
AsyncCassandraOperations. |
| AsyncCassandraTemplate.PreparedStatementHandler |
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
| 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. |
| CassandraTemplate.PreparedStatementHandler |
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
| DeleteOptions |
Extension to
WriteOptions for use with DELETE operations. |
| DeleteOptions.DeleteOptionsBuilder |
Builder for
DeleteOptions. |
| EntityWriteResult<T> |
The result of a write operation for an entity.
|
| InsertOptions |
Extension to
WriteOptions for use with INSERT operations. |
| InsertOptions.InsertOptionsBuilder |
Builder for
InsertOptions. |
| ReactiveCassandraTemplate |
Primary implementation of
ReactiveCassandraOperations. |
| ReactiveCassandraTemplate.PreparedStatementHandler |
Utility class to prepare a
SimpleStatement and bind values associated with the statement to a
BoundStatement. |
| StatementFactory | |
| UpdateOptions |
Extension to
WriteOptions for use with UPDATE operations. |
| UpdateOptions.UpdateOptionsBuilder |
Builder for
UpdateOptions. |
| WriteResult |
The result of a write operation.
|
Copyright © 2011–2023 Pivotal Software, Inc.. All rights reserved.