Interface ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- All Superinterfaces:
InCollection<Object>, InScope<Object>, ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ReactiveRemoveByQueryOperation.RemoveByQueryInCollection<T>, ReactiveRemoveByQueryOperation.RemoveByQueryInScope<T>, ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions<T>, ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery<T>, WithConsistency<RemoveResult>, WithQuery<RemoveResult>, WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByQueryOperation.ReactiveRemoveByQuery<T>
- Enclosing interface:
ReactiveRemoveByQueryOperation
public static interface ReactiveRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
extends ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, WithConsistency<RemoveResult>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Specify scan consistencyMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ReactiveRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
withConsistency
ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith<T> withConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Description copied from interface:WithConsistencySpecify scan consistency- Specified by:
withConsistencyin interfaceWithConsistency<T>- Parameters:
scanConsistency- - scan consistency
-