Interface ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>
- All Superinterfaces:
InCollection<Object>
,InScope<Object>
,OneAndAllEntityReactive<T>
,ReactiveMutateInByIdOperation.MutateInByIdInCollection<T>
,ReactiveMutateInByIdOperation.MutateInByIdInScope<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithOptions<T>
,ReactiveMutateInByIdOperation.MutateInByIdWithPaths<T>
,ReactiveMutateInByIdOperation.TerminatingMutateInById<T>
,WithDurability<T>
,WithMutateInOptions<T>
,WithMutateInPaths<T>
- All Known Subinterfaces:
ReactiveMutateInByIdOperation.MutateInByIdWithExpiry<T>
,ReactiveMutateInByIdOperation.ReactiveMutateInById<T>
- Enclosing interface:
- ReactiveMutateInByIdOperation
public static interface ReactiveMutateInByIdOperation.MutateInByIdWithDurability<T>
extends ReactiveMutateInByIdOperation.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.ReactiveMutateInByIdOperation.MutateInByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.MutateInByIdWithPaths
withCasProvided, withInsertPaths, withRemovePaths, withReplacePaths, withUpsertPaths
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveMutateInByIdOperation.TerminatingMutateInById
all, one
-
Method Details
-
withDurability
ReactiveMutateInByIdOperation.MutateInByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurability
in interfaceWithDurability<T>
-
withDurability
ReactiveMutateInByIdOperation.MutateInByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurability
in interfaceWithDurability<T>
-