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