Uses of Class
com.couchbase.client.core.annotation.Stability.Uncommitted
-
-
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.Uncommitted Modifier and Type Class Description class
TransactionCleanupAttemptEvent
Emitted when the lost transactions cleanup process discovered a lost transaction and attempted to clean it up.class
TransactionCleanupEndRunEvent
Emitted periodically with a summary of cleanup data since the last event.class
TransactionCleanupStartRunEvent
Emitted periodically with a summary of what will be done soon for cleanup.class
TransactionEvent
All transaction events derive from this.class
TransactionsStartedEvent
An 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.Uncommitted Modifier and Type Method Description SELF
CoreEnvironment.Builder. eventBus(EventBus eventBus)
Customizes the event bus for the SDK.SELF
CoreEnvironment.Builder. scheduler(Scheduler scheduler)
Customizes the default Reactor scheduler used for parallel operations.SELF
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.Uncommitted Modifier and Type Class Description class
QuotaLimitedException
This error is raised if the operation failed due to hitting a quota-limit on the server side.class
RateLimitedException
This 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.Uncommitted Modifier and Type Method Description ErrorContext
CouchbaseException. context()
Returns the error context, if present.CancellationErrorContext
RequestCanceledException. context()
CancellationErrorContext
TimeoutException. context()
CancellationReason
RequestCanceledException. reason()
int
TimeoutException. retryAttempts()
Returns the number of retry attempts for this request.Set<RetryReason>
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.Uncommitted Modifier and Type Class Description class
AggregateErrorContext
An error context which combines more than one context to dump.class
AnalyticsErrorContext
class
CancellationErrorContext
When a cancellation (i.e.class
ErrorContext
The ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException
.class
EventingErrorContext
class
GenericRequestErrorContext
This generic error context can be constructed from any request and will pull out as much information as possible.class
KeyValueErrorContext
class
KeyValueIoErrorContext
class
ManagerErrorContext
class
QueryErrorContext
class
ReducedAnalyticsErrorContext
class
ReducedKeyValueErrorContext
class
ReducedQueryErrorContext
class
ReducedSearchErrorContext
class
ReducedViewErrorContext
class
SearchErrorContext
class
SubDocumentErrorContext
class
ViewErrorContext
-
Uses of Stability.Uncommitted in com.couchbase.client.core.error.subdoc
Methods in com.couchbase.client.core.error.subdoc with annotations of type Stability.Uncommitted Modifier and Type Method Description SubDocumentErrorContext
DeltaInvalidException. context()
SubDocumentErrorContext
DocumentAlreadyAliveException. context()
SubDocumentErrorContext
DocumentNotJsonException. context()
SubDocumentErrorContext
DocumentTooDeepException. context()
SubDocumentErrorContext
NumberTooBigException. context()
SubDocumentErrorContext
PathExistsException. context()
SubDocumentErrorContext
PathInvalidException. context()
SubDocumentErrorContext
PathMismatchException. context()
SubDocumentErrorContext
PathNotFoundException. context()
SubDocumentErrorContext
PathTooDeepException. context()
SubDocumentErrorContext
ValueInvalidException. context()
SubDocumentErrorContext
ValueTooDeepException. context()
SubDocumentErrorContext
XattrCannotModifyVirtualAttributeException. context()
SubDocumentErrorContext
XattrInvalidFlagComboException. context()
Deprecated.SubDocumentErrorContext
XattrInvalidKeyComboException. context()
SubDocumentErrorContext
XattrInvalidOrderException. context()
Deprecated.SubDocumentErrorContext
XattrNoAccessException. context()
SubDocumentErrorContext
XattrUnknownMacroException. context()
SubDocumentErrorContext
XattrUnknownVirtualAttributeException. context()
-
Uses of Stability.Uncommitted in com.couchbase.client.core.msg
Methods in com.couchbase.client.core.msg with annotations of type Stability.Uncommitted Modifier and Type Method Description RequestContext
RequestContext. cancel()
Allows to cancel the attachedRequest
from anywhere in the code. -
Uses of Stability.Uncommitted in com.couchbase.client.core.transaction
Methods in com.couchbase.client.core.transaction with annotations of type Stability.Uncommitted Modifier and Type Method Description byte[]
CoreTransactionGetResult. contentAsBytes()
Returns the raw unconverted contents as a byte[].Mono<QueryResponse>
CoreTransactionsReactive. query(String statement, String bucketName, String scopeName, com.couchbase.client.core.deps.com.fasterxml.jackson.databind.node.ObjectNode queryOptions, Optional<RequestSpan> parentSpan, Consumer<RuntimeException> errorConverter)
Performs a single query transaction, with a scope context and custom configuration.
-