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