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 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. -
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 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
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
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.
-