Uses of Annotation Type
com.couchbase.client.core.annotation.UsedBy
Packages that use UsedBy
Package
Description
-
Uses of UsedBy in com.couchbase.client.core.cnc
Methods in com.couchbase.client.core.cnc with annotations of type UsedByModifier 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
Classes in com.couchbase.client.core.env with annotations of type UsedBy -
Uses of UsedBy in com.couchbase.client.core.error
Classes in com.couchbase.client.core.error with annotations of type UsedByModifier and TypeClassDescriptionclass
Deprecated.The SDK never throws this exception. -
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.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. -
Uses of UsedBy in com.couchbase.client.core.util
Methods in com.couchbase.client.core.util with annotations of type UsedByModifier and TypeMethodDescriptionstatic <T> Queue<T>
NativeImageHelper.createMpscArrayQueue
(int capacity) This static factory method has been added in order to help the substitutions for native image compatibility in the Quarkus extension.
OwnedOrExternal.owned(Object)
instead.