Uses of Annotation Type
com.couchbase.client.core.annotation.UsedBy
Package
Description
-
Uses of UsedBy in com.couchbase.client.core.cnc
Modifier and TypeMethodDescriptionstatic RequestSpan
CbTracing.newSpan
(CoreContext coreContext, String spanName, RequestSpan parent) Returns a new span with the `db.system` attribute set to `couchbase`. -
Uses of UsedBy in com.couchbase.client.core.env
-
Uses of UsedBy in com.couchbase.client.core.error
Modifier and TypeClassDescriptionclass
Deprecated.The SDK never throws this exception. -
Uses of UsedBy in com.couchbase.client.core.transaction
Modifier and TypeMethodDescriptionCoreTransactionAttemptContext.insert
(CollectionIdentifier collection, String id, byte[] content, SpanWrapper pspan) Deprecated.in favor ofCoreTransactionAttemptContext.insert(CollectionIdentifier, String, byte[], int, SpanWrapper)
which takes an additional 'flags' argument.CoreTransactionAttemptContext.replace
(CoreTransactionGetResult doc, byte[] content, SpanWrapper pspan) Deprecated.in favor ofCoreTransactionAttemptContext.replace(CoreTransactionGetResult, byte[], int, SpanWrapper)
which takes an additional 'flags' argument.
OwnedOrExternal.owned(Object)
instead.