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>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
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 ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-