Interface ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>
- All Superinterfaces:
ExecutableMutateInByIdOperation.MutateInByIdInCollection<T>, ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, ExecutableMutateInByIdOperation.MutateInByIdWithOptions<T>, ExecutableMutateInByIdOperation.MutateInByIdWithPaths<T>, ExecutableMutateInByIdOperation.TerminatingMutateInById<T>, InCollection<Object>, InScope<Object>, OneAndAllEntity<T>, WithDurability<T>, WithMutateInOptions<T>, WithMutateInPaths<T>
- All Known Subinterfaces:
ExecutableMutateInByIdOperation.ExecutableMutateInById<T>, ExecutableMutateInByIdOperation.MutateInByIdWithExpiry<T>
- Enclosing interface:
ExecutableMutateInByIdOperation
public static interface ExecutableMutateInByIdOperation.MutateInByIdWithDurability<T>
extends ExecutableMutateInByIdOperation.MutateInByIdInScope<T>, WithDurability<T>
- Since:
- 5.1
- Author:
- Tigran Babloyan
-
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 ExecutableMutateInByIdOperation.MutateInByIdInCollection
inCollectionMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdInScope
inScopeMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface ExecutableMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
withDurability
ExecutableMutateInByIdOperation.MutateInByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ExecutableMutateInByIdOperation.MutateInByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-