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>
-
Method Summary
Modifier and TypeMethodDescriptionwithConsistency(com.couchbase.client.java.query.QueryScanConsistency scanConsistency) Specify scan consistencyMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryConsistentWith
consistentWithMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface org.springframework.data.couchbase.core.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
-