Interface ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>
- All Superinterfaces:
ExecutableReplaceByIdOperation.ReplaceByIdInCollection<T>, ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithOptions<T>, ExecutableReplaceByIdOperation.TerminatingReplaceById<T>, InCollection<T>, InScope<T>, OneAndAllEntity<T>, WithDurability<T>, WithReplaceOptions<T>
- All Known Subinterfaces:
ExecutableReplaceByIdOperation.ExecutableReplaceById<T>, ExecutableReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
ExecutableReplaceByIdOperation
public static interface ExecutableReplaceByIdOperation.ReplaceByIdWithDurability<T>
extends ExecutableReplaceByIdOperation.ReplaceByIdInScope<T>, WithDurability<T>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
Method Summary
Modifier and TypeMethodDescriptionwithDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) Methods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface ExecutableReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withDurability
ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ExecutableReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-