Interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
- All Superinterfaces:
ExecutableRemoveByIdOperation.TerminatingRemoveById, OneAndAllId<RemoveResult>, WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByIdOperation.ExecutableRemoveById, ExecutableRemoveByIdOperation.RemoveByIdInCollection, ExecutableRemoveByIdOperation.RemoveByIdInScope, ExecutableRemoveByIdOperation.RemoveByIdWithCas, ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- Enclosing interface:
ExecutableRemoveByIdOperation
public static interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
extends ExecutableRemoveByIdOperation.TerminatingRemoveById, WithRemoveOptions<RemoveResult>
Fluent method to specify options.
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithOptions(com.couchbase.client.java.kv.RemoveOptions options) Fluent method to specify options to use for executionMethods inherited from interface ExecutableRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
withOptions
ExecutableRemoveByIdOperation.TerminatingRemoveById withOptions(com.couchbase.client.java.kv.RemoveOptions options) Fluent method to specify options to use for execution- Specified by:
withOptionsin interfaceWithRemoveOptions<RemoveResult>- Parameters:
options- options to use for execution
-