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, one
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ExecutableUpsertByIdOperation.UpsertByIdInScope
inScope
Methods 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:
withDurability
in interfaceWithDurability<T>
-
withDurability
ExecutableUpsertByIdOperation.UpsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurability
in interfaceWithDurability<T>
-