Interface ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
- All Superinterfaces:
InCollection<T>
,InScope<T>
,OneAndAllEntityReactive<T>
,ReactiveInsertByIdOperation.InsertByIdInCollection<T>
,ReactiveInsertByIdOperation.InsertByIdInScope<T>
,ReactiveInsertByIdOperation.InsertByIdWithOptions<T>
,ReactiveInsertByIdOperation.TerminatingInsertById<T>
,WithDurability<T>
,WithInsertOptions<T>
- All Known Subinterfaces:
ReactiveInsertByIdOperation.InsertByIdWithExpiry<T>
,ReactiveInsertByIdOperation.ReactiveInsertById<T>
- Enclosing interface:
- ReactiveInsertByIdOperation
public static interface ReactiveInsertByIdOperation.InsertByIdWithDurability<T>
extends ReactiveInsertByIdOperation.InsertByIdInScope<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.ReactiveInsertByIdOperation.InsertByIdInCollection
inCollection
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdInScope
inScope
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptions
Methods inherited from interface org.springframework.data.couchbase.core.ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withDurability
ReactiveInsertByIdOperation.InsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurability
in interfaceWithDurability<T>
-
withDurability
ReactiveInsertByIdOperation.InsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurability
in interfaceWithDurability<T>
-