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>
-
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.ReactiveUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveUpsertByIdOperation.UpsertByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.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>
-