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>
- Since:
- 2.0
- Author:
- Christoph Strobl
-
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 ReactiveInsertByIdOperation.InsertByIdInCollection
inCollectionMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdInScope
inScopeMethods inherited from interface ReactiveInsertByIdOperation.InsertByIdWithOptions
withOptionsMethods inherited from interface ReactiveInsertByIdOperation.TerminatingInsertById
all, one
-
Method Details
-
withDurability
ReactiveInsertByIdOperation.InsertByIdInScope<T> withDurability(com.couchbase.client.core.msg.kv.DurabilityLevel durabilityLevel) - Specified by:
withDurabilityin interfaceWithDurability<T>
-
withDurability
ReactiveInsertByIdOperation.InsertByIdInScope<T> withDurability(com.couchbase.client.java.kv.PersistTo persistTo, com.couchbase.client.java.kv.ReplicateTo replicateTo) - Specified by:
withDurabilityin interfaceWithDurability<T>
-