Uses of Annotation Type
com.couchbase.client.core.annotation.UsedBy
Packages that use UsedBy
Package
Description
-
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 TypeClassDescriptionclassDeprecated.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.
OwnedOrExternal.owned(Object)instead.