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