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
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPaths
Methods 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:
withDurability
in interfaceWithDurability<T>
-
withDurability
ExecutableMutateInByIdOperation.MutateInByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurability
in interfaceWithDurability<T>
-