Interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>
- Type Parameters:
T- the entity type to use for the results.
- All Superinterfaces:
ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery<T>, WithQuery<T>, WithQueryOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByQueryOperation.ExecutableRemoveByQuery<T>, ExecutableRemoveByQueryOperation.RemoveByQueryConsistentWith<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInCollection<T>, ExecutableRemoveByQueryOperation.RemoveByQueryInScope<T>, ExecutableRemoveByQueryOperation.RemoveByQueryWithConsistency<T>
- Enclosing interface:
ExecutableRemoveByQueryOperation
public static interface ExecutableRemoveByQueryOperation.RemoveByQueryWithOptions<T>
extends ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T>, WithQueryOptions<RemoveResult>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery
matching, matchingMethods inherited from interface ExecutableRemoveByQueryOperation.TerminatingRemoveByQuery
all
-
Method Details
-
withOptions
ExecutableRemoveByQueryOperation.RemoveByQueryWithQuery<T> withOptions(com.couchbase.client.java.query.QueryOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithQueryOptions<T>- Parameters:
options- to use for execution
-