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
consistentWith
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matching
Methods 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:WithConsistency
Specify scan consistency- Specified by:
withConsistency
in interfaceWithConsistency<T>
- Parameters:
scanConsistency
- - scan consistency
-