public static interface ReactiveUpsertByIdOperation.UpsertByIdWithDurability<T> extends ReactiveUpsertByIdOperation.UpsertByIdInScope<T>, WithDurability<T>
| Modifier and Type | Method and Description |
|---|---|
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> |
withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) |
ReactiveUpsertByIdOperation.UpsertByIdInScope<T> |
withDurability(com.couchbase.client.java.kv.PersistTo persistTo,
com.couchbase.client.java.kv.ReplicateTo replicateTo) |
inScopeinCollectionwithOptionsall, oneReactiveUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel)
withDurability in interface WithDurability<T>ReactiveUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo)
withDurability in interface WithDurability<T>Copyright © 2011–2022 Pivotal Software, Inc.. All rights reserved.