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