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>
-
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 org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPathsMethods inherited from interface org.springframework.data.couchbase.core.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>
-