| 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.
|
| 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.
|
| 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).
|
Copyright © 2011–2021 Pivotal Software, Inc.. All rights reserved.