Interface ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>
- All Superinterfaces:
InCollection<Object>, InScope<Object>, OneAndAllEntityReactive<T>, ReactiveUpsertByIdOperation.TerminatingUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdInCollection<T>, ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, ReactiveUpsertByIdOperation.UpsertByIdWithOptions<T>, WithDurability<T>, WithUpsertOptions<T>
- All Known Subinterfaces:
ReactiveUpsertByIdOperation.ReactiveUpsertById<T>, ReactiveUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
ReactiveUpsertByIdOperation
public static interface ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T>
extends ReactiveUpsertByIdOperation.UpsertByIdInScope<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 ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdInScope
inScopeMethods inherited from interface ReactiveUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
withDurability
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-