Interface ExecutableRemoveByIdOperation.RemoveByIdWithDurability
- All Superinterfaces:
ExecutableRemoveByIdOperation.RemoveByIdInCollection, ExecutableRemoveByIdOperation.RemoveByIdInScope, ExecutableRemoveByIdOperation.RemoveByIdWithOptions, ExecutableRemoveByIdOperation.TerminatingRemoveById, InCollection<Object>, InScope<Object>, OneAndAllId<RemoveResult>, WithDurability<RemoveResult>, WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ExecutableRemoveByIdOperation.ExecutableRemoveById, ExecutableRemoveByIdOperation.RemoveByIdWithCas
- Enclosing interface:
ExecutableRemoveByIdOperation
public static interface ExecutableRemoveByIdOperation.RemoveByIdWithDurability
extends ExecutableRemoveByIdOperation.RemoveByIdInScope, WithDurability<RemoveResult>
- Since:
- 2.0
- Author:
- Christoph Strobl, Michael Reiche
-
Method Summary
Modifier and TypeMethodDescriptionwithDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) Methods inherited from interface ExecutableRemoveByIdOperation.RemoveByIdInCollection
inCollectionMethods inherited from interface ExecutableRemoveByIdOperation.RemoveByIdInScope
inScopeMethods inherited from interface ExecutableRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods inherited from interface ExecutableRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
withDurability
ExecutableRemoveByIdOperation.RemoveByIdInScope withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<RemoveResult>
-
withDurability
ExecutableRemoveByIdOperation.RemoveByIdInScope withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<RemoveResult>
-