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
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableRemoveByIdOperation.RemoveByIdWithOptions
withOptionsMethods 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:
withDurabilityin interfaceWithDurability<RemoveResult>
-
withDurability
ExecutableRemoveByIdOperation.RemoveByIdInScope withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<RemoveResult>
-