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