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 classTransactionCleanupAttemptEventEmitted when the lost transactions cleanup process discovered a lost transaction and attempted to clean it up.classTransactionCleanupEndRunEventEmitted periodically with a summary of cleanup data since the last event.classTransactionCleanupStartRunEventEmitted periodically with a summary of what will be done soon for cleanup.classTransactionEventAll transaction events derive from this.classTransactionsStartedEventAn 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 SELFCoreEnvironment.Builder. eventBus(EventBus eventBus)Customizes the event bus for the SDK.SELFCoreEnvironment.Builder. scheduler(Scheduler scheduler)Customizes the default Reactor scheduler used for parallel operations.SELFCoreEnvironment.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 classQuotaLimitedExceptionThis error is raised if the operation failed due to hitting a quota-limit on the server side.classRateLimitedExceptionThis 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 ErrorContextCouchbaseException. context()Returns the error context, if present.CancellationErrorContextRequestCanceledException. context()CancellationErrorContextTimeoutException. context()CancellationReasonRequestCanceledException. reason()intTimeoutException. 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 classAggregateErrorContextAn error context which combines more than one context to dump.classAnalyticsErrorContextclassCancellationErrorContextWhen a cancellation (i.e.classErrorContextThe ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException.classEventingErrorContextclassGenericRequestErrorContextThis generic error context can be constructed from any request and will pull out as much information as possible.classKeyValueErrorContextclassKeyValueIoErrorContextclassManagerErrorContextclassQueryErrorContextclassReducedAnalyticsErrorContextclassReducedKeyValueErrorContextclassReducedQueryErrorContextclassReducedSearchErrorContextclassReducedViewErrorContextclassSearchErrorContextclassSubDocumentErrorContextclassViewErrorContext -
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 SubDocumentErrorContextDeltaInvalidException. context()SubDocumentErrorContextDocumentAlreadyAliveException. context()SubDocumentErrorContextDocumentNotJsonException. context()SubDocumentErrorContextDocumentTooDeepException. context()SubDocumentErrorContextNumberTooBigException. context()SubDocumentErrorContextPathExistsException. context()SubDocumentErrorContextPathInvalidException. context()SubDocumentErrorContextPathMismatchException. context()SubDocumentErrorContextPathNotFoundException. context()SubDocumentErrorContextPathTooDeepException. context()SubDocumentErrorContextValueInvalidException. context()SubDocumentErrorContextValueTooDeepException. context()SubDocumentErrorContextXattrCannotModifyVirtualAttributeException. context()SubDocumentErrorContextXattrInvalidFlagComboException. context()Deprecated.SubDocumentErrorContextXattrInvalidKeyComboException. context()SubDocumentErrorContextXattrInvalidOrderException. context()Deprecated.SubDocumentErrorContextXattrNoAccessException. context()SubDocumentErrorContextXattrUnknownMacroException. context()SubDocumentErrorContextXattrUnknownVirtualAttributeException. 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 RequestContextRequestContext. cancel()Allows to cancel the attachedRequestfrom 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[].
-