Interface ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- All Superinterfaces:
ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T>, InCollection<Object>, InScope<Object>, WithConsistency<T>, WithQuery<T>, WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>
- Enclosing interface:
ExecutableRemoveByQueryOperation
public static interface ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
extends ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, WithConsistency<T>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Specify scan consistencyMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
withConsistency
ExecutableRemoveByQueryOperation.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
-