| CollectionCallback<T> |
Defines the callback which will be wrapped and executed on a bucket.
|
| CouchbaseOperations |
Defines common operations on the Couchbase data source, most commonly implemented by CouchbaseTemplate.
|
| ExecutableExistsByIdOperation |
Insert Operations
|
| ExecutableExistsByIdOperation.ExecutableExistsById |
Provides methods for constructing KV exists operations in a fluent way.
|
| ExecutableExistsByIdOperation.ExistsByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableExistsByIdOperation.ExistsByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableExistsByIdOperation.ExistsByIdWithOptions<T> |
Fluent method to specify options.
|
| ExecutableExistsByIdOperation.TerminatingExistsById |
Terminating operations invoking the actual execution.
|
| ExecutableFindByAnalyticsOperation |
FindByAnalytics Operations
|
| ExecutableFindByAnalyticsOperation.ExecutableFindByAnalytics<T> |
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> |
Deprecated |
| ExecutableFindByAnalyticsOperation.FindByAnalyticsInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsInScope<T> |
Fluent method to specify the scope.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> |
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> |
Fluent method to specify options.
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> |
Result type override (Optional).
|
| ExecutableFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> |
|
| ExecutableFindByAnalyticsOperation.TerminatingFindByAnalytics<T> |
|
| ExecutableFindByIdOperation |
Get Operations
|
| ExecutableFindByIdOperation.ExecutableFindById<T> |
Provides methods for constructing query operations in a fluent way.
|
| ExecutableFindByIdOperation.FindByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableFindByIdOperation.FindByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableFindByIdOperation.FindByIdWithExpiry<T> |
|
| ExecutableFindByIdOperation.FindByIdWithOptions<T> |
Fluent method to specify options.
|
| ExecutableFindByIdOperation.FindByIdWithProjection<T> |
|
| ExecutableFindByIdOperation.TerminatingFindById<T> |
Terminating operations invoking the actual execution.
|
| ExecutableFindByQueryOperation |
Query Operations
|
| ExecutableFindByQueryOperation.ExecutableFindByQuery<T> |
Provides methods for constructing query operations in a fluent way.
|
| ExecutableFindByQueryOperation.FindByQueryConsistentWith<T> |
Deprecated |
| ExecutableFindByQueryOperation.FindByQueryInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableFindByQueryOperation.FindByQueryInScope<T> |
Fluent method to specify the scope.
|
| ExecutableFindByQueryOperation.FindByQueryWithConsistency<T> |
Fluent method to specify scan consistency.
|
| ExecutableFindByQueryOperation.FindByQueryWithDistinct<T> |
Fluent method to specify DISTINCT fields
|
| ExecutableFindByQueryOperation.FindByQueryWithOptions<T> |
Fluent method to specify options.
|
| ExecutableFindByQueryOperation.FindByQueryWithProjecting<T> |
Fluent method to specify fields to project.
|
| ExecutableFindByQueryOperation.FindByQueryWithProjection<T> |
Fluent method to specify a return type different than the the entity type to use for the results.
|
| ExecutableFindByQueryOperation.FindByQueryWithQuery<T> |
Fluent methods to specify the query
|
| ExecutableFindByQueryOperation.TerminatingFindByQuery<T> |
Terminating operations invoking the actual execution.
|
| ExecutableFindFromReplicasByIdOperation |
Query Operations
|
| ExecutableFindFromReplicasByIdOperation.ExecutableFindFromReplicasById<T> |
Provides methods for constructing get operations in a fluent way.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> |
Fluent method to specify options.
|
| ExecutableFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> |
Terminating operations invoking the actual get execution.
|
| ExecutableInsertByIdOperation |
Insert Operations
|
| ExecutableInsertByIdOperation.ExecutableInsertById<T> |
Provides methods for constructing KV insert operations in a fluent way.
|
| ExecutableInsertByIdOperation.InsertByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableInsertByIdOperation.InsertByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableInsertByIdOperation.InsertByIdWithDurability<T> |
|
| ExecutableInsertByIdOperation.InsertByIdWithExpiry<T> |
|
| ExecutableInsertByIdOperation.InsertByIdWithOptions<T> |
Fluent method to specify options.
|
| ExecutableInsertByIdOperation.TerminatingInsertById<T> |
Terminating operations invoking the actual execution.
|
| ExecutableRemoveByIdOperation |
Remove Operations on KV service.
|
| ExecutableRemoveByIdOperation.ExecutableRemoveById |
Provides methods for constructing remove operations in a fluent way.
|
| ExecutableRemoveByIdOperation.RemoveByIdInCollection |
Fluent method to specify the collection.
|
| ExecutableRemoveByIdOperation.RemoveByIdInScope |
Fluent method to specify the scope.
|
| ExecutableRemoveByIdOperation.RemoveByIdWithCas |
|
| ExecutableRemoveByIdOperation.RemoveByIdWithDurability |
|
| ExecutableRemoveByIdOperation.RemoveByIdWithOptions |
Fluent method to specify options.
|
| ExecutableRemoveByIdOperation.TerminatingRemoveById |
Terminating operations invoking the actual execution.
|
| ExecutableRemoveByQueryOperation |
RemoveBy Query Operations
|
| ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T> |
Provides methods for constructing query operations in a fluent way.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T> |
Deprecated |
| ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T> |
Fluent method to specify the scope.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T> |
|
| ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T> |
Fluent method to specify options.
|
| ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T> |
Fluent methods to specify the query
|
| ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T> |
Terminating operations invoking the actual execution.
|
| ExecutableReplaceByIdOperation |
Replace Operations
|
| ExecutableReplaceByIdOperation.ExecutableReplaceById<T> |
Provides methods for constructing KV replace operations in a fluent way.
|
| ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T> |
|
| ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
|
| ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T> |
Fluent method to specify options.
|
| ExecutableReplaceByIdOperation.TerminatingReplaceById<T> |
Terminating operations invoking the actual execution.
|
| ExecutableUpsertByIdOperation |
Insert Operations
|
| ExecutableUpsertByIdOperation.ExecutableUpsertById<T> |
Provides methods for constructing KV operations in a fluent way.
|
| ExecutableUpsertByIdOperation.TerminatingUpsertById<T> |
Terminating operations invoking the actual execution.
|
| ExecutableUpsertByIdOperation.UpsertByIdInCollection<T> |
Fluent method to specify the collection.
|
| ExecutableUpsertByIdOperation.UpsertByIdInScope<T> |
Fluent method to specify the scope.
|
| ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> |
|
| ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T> |
|
| ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T> |
Fluent method to specify options.
|
| FluentCouchbaseOperations |
The fluent couchbase operations combines all different possible operations for simplicity reasons.
|
| ReactiveCouchbaseOperations |
|
| ReactiveExistsByIdOperation |
Exists Operations
|
| ReactiveExistsByIdOperation.ExistsByIdInCollection |
Fluent method to specify the collection.
|
| ReactiveExistsByIdOperation.ExistsByIdInScope |
Fluent method to specify the scope.
|
| ReactiveExistsByIdOperation.ExistsByIdWithOptions |
Fluent method to specify options.
|
| ReactiveExistsByIdOperation.ReactiveExistsById |
Provides methods for constructing KV exists operations in a fluent way.
|
| ReactiveExistsByIdOperation.TerminatingExistsById |
Terminating operations invoking the actual execution.
|
| ReactiveFindByAnalyticsOperation |
FindByAnalytics Operations
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsConsistentWith<T> |
Deprecated |
| ReactiveFindByAnalyticsOperation.FindByAnalyticsInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsInScope<T> |
Fluent method to specify the scope.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithConsistency<T> |
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithOptions<T> |
Fluent method to specify options.
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithProjection<T> |
Result type override (Optional).
|
| ReactiveFindByAnalyticsOperation.FindByAnalyticsWithQuery<T> |
|
| ReactiveFindByAnalyticsOperation.ReactiveFindByAnalytics<T> |
|
| ReactiveFindByAnalyticsOperation.TerminatingFindByAnalytics<T> |
Terminating operations invoking the actual execution.
|
| ReactiveFindByIdOperation |
Get Operations
|
| ReactiveFindByIdOperation.FindByIdInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveFindByIdOperation.FindByIdInScope<T> |
Fluent method to specify the scope.
|
| ReactiveFindByIdOperation.FindByIdWithExpiry<T> |
|
| ReactiveFindByIdOperation.FindByIdWithOptions<T> |
Fluent method to specify options.
|
| ReactiveFindByIdOperation.FindByIdWithProjection<T> |
|
| ReactiveFindByIdOperation.ReactiveFindById<T> |
Provides methods for constructing query operations in a fluent way.
|
| ReactiveFindByIdOperation.TerminatingFindById<T> |
Terminating operations invoking the actual execution.
|
| ReactiveFindByQueryOperation |
ReactiveFindByQueryOperation
Queries the N1QL service.
|
| ReactiveFindByQueryOperation.FindByQueryConsistentWith<T> |
Deprecated |
| ReactiveFindByQueryOperation.FindByQueryInCollection<T> |
Fluent method to specify the collection
|
| ReactiveFindByQueryOperation.FindByQueryInScope<T> |
Fluent method to specify the scope
|
| ReactiveFindByQueryOperation.FindByQueryWithConsistency<T> |
Fluent method to specify scan consistency.
|
| ReactiveFindByQueryOperation.FindByQueryWithDistinct<T> |
Fluent method to specify DISTINCT fields
|
| ReactiveFindByQueryOperation.FindByQueryWithOptions<T> |
Fluent method to specify options.
|
| ReactiveFindByQueryOperation.FindByQueryWithProjecting<T> |
Fluent method to specify fields to project.
|
| ReactiveFindByQueryOperation.FindByQueryWithProjection<T> |
Fluent method to specify a return type different than the the entity type to use for the results.
|
| ReactiveFindByQueryOperation.FindByQueryWithQuery<T> |
Fluent methods to filter by query
|
| ReactiveFindByQueryOperation.ReactiveFindByQuery<T> |
provides methods for constructing query operations in a fluent way.
|
| ReactiveFindByQueryOperation.TerminatingFindByQuery<T> |
Compose find execution by calling one of the terminating methods.
|
| ReactiveFindFromReplicasByIdOperation |
Find by id from replicas Operations
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdInScope<T> |
Fluent method to specify the scope.
|
| ReactiveFindFromReplicasByIdOperation.FindFromReplicasByIdWithOptions<T> |
Fluent method to specify options.
|
| ReactiveFindFromReplicasByIdOperation.ReactiveFindFromReplicasById<T> |
Provides methods for constructing get operations in a fluent way.
|
| ReactiveFindFromReplicasByIdOperation.TerminatingFindFromReplicasById<T> |
Terminating operations invoking the actual get execution.
|
| ReactiveFluentCouchbaseOperations |
The fluent couchbase operations combines all different possible operations for simplicity reasons.
|
| ReactiveInsertByIdOperation |
Insert Operations
|
| ReactiveInsertByIdOperation.InsertByIdInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveInsertByIdOperation.InsertByIdInScope<T> |
Fluent method to specify the scope.
|
| ReactiveInsertByIdOperation.InsertByIdWithDurability<T> |
|
| ReactiveInsertByIdOperation.InsertByIdWithExpiry<T> |
|
| ReactiveInsertByIdOperation.InsertByIdWithOptions<T> |
Fluent method to specify options.
|
| ReactiveInsertByIdOperation.ReactiveInsertById<T> |
Provides methods for constructing KV insert operations in a fluent way.
|
| ReactiveInsertByIdOperation.TerminatingInsertById<T> |
Terminating operations invoking the actual execution.
|
| ReactiveRemoveByIdOperation |
Remove Operations on KV service.
|
| ReactiveRemoveByIdOperation.ReactiveRemoveById |
Provides methods for constructing remove operations in a fluent way.
|
| ReactiveRemoveByIdOperation.RemoveByIdInCollection |
Fluent method to specify the collection.
|
| ReactiveRemoveByIdOperation.RemoveByIdInScope |
Fluent method to specify the scope.
|
| ReactiveRemoveByIdOperation.RemoveByIdWithCas |
|
| ReactiveRemoveByIdOperation.RemoveByIdWithDurability |
|
| ReactiveRemoveByIdOperation.RemoveByIdWithOptions |
Fluent method to specify options.
|
| ReactiveRemoveByIdOperation.TerminatingRemoveById |
Terminating operations invoking the actual execution.
|
| ReactiveRemoveByQueryOperation |
RemoveBy Query Operations
|
| ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T> |
Provides methods for constructing query operations in a fluent way.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T> |
Deprecated |
| ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T> |
Fluent method to specify the scope.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T> |
|
| ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T> |
Fluent method to specify options.
|
| ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T> |
Fluent methods to specify the query
|
| ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T> |
Terminating operations invoking the actual execution.
|
| ReactiveReplaceByIdOperation |
ReplaceOperations
|
| ReactiveReplaceByIdOperation.ReactiveReplaceById<T> |
Provides methods for constructing KV replace operations in a fluent way.
|
| ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> |
Fluent method to specify the scope.
|
| ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T> |
|
| ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T> |
|
| ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T> |
Fluent method to specify options.
|
| ReactiveReplaceByIdOperation.TerminatingReplaceById<T> |
Terminating operations invoking the actual execution.
|
| ReactiveTemplateSupport |
|
| ReactiveUpsertByIdOperation |
Upsert Operations
|
| ReactiveUpsertByIdOperation.ReactiveUpsertById<T> |
Provides methods for constructing KV operations in a fluent way.
|
| ReactiveUpsertByIdOperation.TerminatingUpsertById<T> |
Terminating operations invoking the actual execution.
|
| ReactiveUpsertByIdOperation.UpsertByIdInCollection<T> |
Fluent method to specify the collection.
|
| ReactiveUpsertByIdOperation.UpsertByIdInScope<T> |
Fluent method to specify the scope.
|
| ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> |
|
| ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T> |
|
| ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T> |
Fluent method to specify options.
|
| TemplateSupport |
|