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