Uses of Class
com.couchbase.client.core.annotation.Stability.Uncommitted
-
-
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. -
Uses of Stability.Uncommitted in com.couchbase.client.core.error
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.classKeyValueErrorContextclassKeyValueIoErrorContextclassQueryErrorContextclassReducedAnalyticsErrorContextclassReducedKeyValueErrorContextclassReducedQueryErrorContextclassReducedSearchErrorContextclassReducedViewErrorContextclassSearchErrorContextclassSubDocumentErrorContextclassViewErrorContext -
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()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.
-