Interface ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>
- All Superinterfaces:
InCollection<Object>
,InScope<Object>
,OneAndAllEntityReactive<T>
,ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>
,ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>
,ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>
,ReactiveReplaceByIdOperation.TerminatingReplaceById<T>
,WithDurability<T>
,WithReplaceOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>
,ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
- ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>
extends ReactiveReplaceByIdOperation.ReplaceByIdInScope<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.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurability
in interfaceWithDurability<T>
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurability
in interfaceWithDurability<T>
-