Interface ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>
- All Superinterfaces:
InCollection<Object>,InScope<Object>,OneAndAllEntityReactive<T>,ReactiveReplaceByIdOperation.ReplaceByIdInCollection<T>,ReactiveReplaceByIdOperation.ReplaceByIdInScope<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithOptions<T>,ReactiveReplaceByIdOperation.TerminatingReplaceById<T>,WithDurability<T>,WithReplaceOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveReplaceByIdOperation.ReactiveReplaceById<T>,ReactiveReplaceByIdOperation.ReplaceByIdWithExpiry<T>
- Enclosing interface:
- ReactiveReplaceByIdOperation
public static interface ReactiveReplaceByIdOperation.ReplaceByIdWithDurability<T>
extends ReactiveReplaceByIdOperation.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.ReactiveReplaceByIdOperation.ReplaceByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.ReplaceByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveReplaceByIdOperation.TerminatingReplaceById
all, one
-
Method Details
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ReactiveReplaceByIdOperation.ReplaceByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-