Uses of Annotation Type
com.couchbase.client.core.annotation.Stability.Uncommitted
Package
Description
-
Uses of Stability.Uncommitted in com.couchbase.client.core.cnc.events.transaction
Modifier and TypeClassDescriptionclass
Emitted when the lost transactions cleanup process discovered a lost transaction and attempted to clean it up.class
Emitted periodically with a summary of cleanup data since the last event.class
Emitted periodically with a summary of what will be done soon for cleanup.class
All transaction events derive from this.class
An event that's fired when transactions are successfully initialised. -
Uses of Stability.Uncommitted in com.couchbase.client.core.env
Modifier 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
Modifier and TypeClassDescriptionclass
This error is raised if the operation failed due to hitting a quota-limit on the server side.class
This error is raised if the operation failed due to hitting a rate-limit on the server side.Modifier and TypeMethodDescriptionCouchbaseException.context()
Returns the error context, if present.RequestCanceledException.context()
TimeoutException.context()
RequestCanceledException.reason()
int
TimeoutException.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
Modifier and TypeClassDescriptionclass
An error context which combines more than one context to dump.class
class
When a cancellation (i.e.class
The ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException
.class
class
This generic error context can be constructed from any request and will pull out as much information as possible.class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Stability.Uncommitted in com.couchbase.client.core.msg
-
Uses of Stability.Uncommitted in com.couchbase.client.core.transaction
Modifier and TypeMethodDescriptionbyte[]
CoreTransactionGetResult.contentAsBytes()
Returns the raw unconverted contents as a byte[].