public static interface ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T> extends ExecutableUpsertByIdOperation.UpsertByIdInScope<T>, WithDurability<T>
| Modifier and Type | Method and Description |
|---|---|
ExecutableUpsertByIdOperation.UpsertByIdInScope<T> |
withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) |
ExecutableUpsertByIdOperation.UpsertByIdInScope<T> |
withDurability(com.couchbase.client.java.kv.PersistTo persistTo,
com.couchbase.client.java.kv.ReplicateTo replicateTo) |
inScopeinCollectionwithOptionsall, oneExecutableUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel)
withDurability in interface WithDurability<T>ExecutableUpsertByIdOperation.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.