Uses of Annotation Type
com.couchbase.client.core.annotation.UsedBy
Packages that use UsedBy
-
Uses of UsedBy in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with annotations of type UsedByModifier and TypeMethodDescriptionCoreTransactionAttemptContext.insert(CollectionIdentifier collection, String id, byte[] content, SpanWrapper pspan) Deprecated.CoreTransactionAttemptContext.replace(CoreTransactionGetResult doc, byte[] content, SpanWrapper pspan) Deprecated.in favor ofCoreTransactionAttemptContext.replace(CoreTransactionGetResult, byte[], int, SpanWrapper)which takes an additional 'flags' argument.
CoreTransactionAttemptContext.insert(CollectionIdentifier, String, byte[], int, SpanWrapper)which takes an additional 'flags' argument.