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>
-
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 org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.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>
-