Interface ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>
- All Superinterfaces:
ExecutableUpsertByIdOperation.TerminatingUpsertById<T>,ExecutableUpsertByIdOperation.UpsertByIdInCollection<T>,ExecutableUpsertByIdOperation.UpsertByIdInScope<T>,ExecutableUpsertByIdOperation.UpsertByIdWithOptions<T>,InCollection<T>,InScope<T>,OneAndAllEntity<T>,WithDurability<T>,WithUpsertOptions<T>
- All Known Subinterfaces:
ExecutableUpsertByIdOperation.ExecutableUpsertById<T>,ExecutableUpsertByIdOperation.UpsertByIdWithExpiry<T>
- Enclosing interface:
- ExecutableUpsertByIdOperation
public static interface ExecutableUpsertByIdOperation.UpsertByIdWithDurability<T>
extends ExecutableUpsertByIdOperation.UpsertByIdInScope<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.ExecutableUpsertByIdOperation.TerminatingUpsertById
all, oneMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
inCollectionMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
inScopeMethods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdWithOptions
withOptions
-
Method Details
-
withDurability
ExecutableUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ExecutableUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-