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