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