Interface ReactiveRemoveByIdOperation.RemoveByIdWithDurability
- All Superinterfaces:
InCollection<Object>,InScope<Object>,OneAndAllIdReactive<RemoveResult>,ReactiveRemoveByIdOperation.RemoveByIdInCollection,ReactiveRemoveByIdOperation.RemoveByIdInScope,ReactiveRemoveByIdOperation.RemoveByIdWithOptions,ReactiveRemoveByIdOperation.TerminatingRemoveById,WithDurability<RemoveResult>,WithRemoveOptions<RemoveResult>
- All Known Subinterfaces:
ReactiveRemoveByIdOperation.ReactiveRemoveById,ReactiveRemoveByIdOperation.RemoveByIdWithCas
- Enclosing interface:
- ReactiveRemoveByIdOperation
public static interface ReactiveRemoveByIdOperation.RemoveByIdWithDurability
extends ReactiveRemoveByIdOperation.RemoveByIdInScope, WithDurability<RemoveResult>
-
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.ReactiveRemoveByIdOperation.RemoveByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods inherited from interface org.springframework.data.couchbase.core.ReactiveRemoveByIdOperation.TerminatingRemoveById
all, allEntities, one, oneEntity
-
Method Details
-
withDurability
ReactiveRemoveByIdOperation.RemoveByIdInScope withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<RemoveResult>
-
withDurability
ReactiveRemoveByIdOperation.RemoveByIdInScope withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<RemoveResult>
-