Uses of Annotation Type
com.couchbase.client.core.annotation.Stability.Uncommitted
Packages that use Stability.Uncommitted
Package
Description
-
Uses of Stability.Uncommitted in com.couchbase.client.core.cnc.events.transaction
Classes in com.couchbase.client.core.cnc.events.transaction with annotations of type Stability.UncommittedModifier and TypeClassDescriptionclassEmitted when the lost transactions cleanup process discovered a lost transaction and attempted to clean it up.classEmitted periodically with a summary of cleanup data since the last event.classEmitted periodically with a summary of what will be done soon for cleanup.classAll transaction events derive from this.classAn event that's fired when transactions are successfully initialised. -
Uses of Stability.Uncommitted in com.couchbase.client.core.env
Methods in com.couchbase.client.core.env with annotations of type Stability.UncommittedModifier and TypeMethodDescriptionCustomizes the event bus for the SDK.Customizes the default Reactor scheduler used for parallel operations.CoreEnvironment.Builder.schedulerThreadCount(int schedulerThreadCount) Customizes the thread count for theCoreEnvironment.scheduler()if not customized byCoreEnvironment.Builder.scheduler(Scheduler). -
Uses of Stability.Uncommitted in com.couchbase.client.core.error
Classes in com.couchbase.client.core.error with annotations of type Stability.UncommittedModifier and TypeClassDescriptionclassThis error is raised if the operation failed due to hitting a quota-limit on the server side.classThis error is raised if the operation failed due to hitting a rate-limit on the server side.Methods in com.couchbase.client.core.error with annotations of type Stability.UncommittedModifier and TypeMethodDescriptionCouchbaseException.context()Returns the error context, if present.RequestCanceledException.context()TimeoutException.context()RequestCanceledException.reason()intTimeoutException.retryAttempts()Returns the number of retry attempts for this request.TimeoutException.retryReasons()Returns the set of retry reasons for request. -
Uses of Stability.Uncommitted in com.couchbase.client.core.error.context
Classes in com.couchbase.client.core.error.context with annotations of type Stability.UncommittedModifier and TypeClassDescriptionclassAn error context which combines more than one context to dump.classclassWhen a cancellation (i.e.classThe ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException.classclassThis generic error context can be constructed from any request and will pull out as much information as possible.classclassclassclassclassclassclassclassclassclassclassclass -
Uses of Stability.Uncommitted in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg with annotations of type Stability.Uncommitted -
Uses of Stability.Uncommitted in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with annotations of type Stability.UncommittedModifier and TypeMethodDescriptionbyte[]CoreTransactionGetResult.contentAsBytes()Returns the raw unconverted contents as a byte[].