Modifier and Type | Method and 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.
|
Modifier and Type | Method and Description |
---|---|
CancellationErrorContext |
TimeoutException.context() |
ErrorContext |
CouchbaseException.context()
Returns the error context, if present.
|
CancellationErrorContext |
RequestCanceledException.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.
|
Modifier and Type | Class and 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
the
CouchbaseException . |
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 |
Modifier and Type | Method and Description |
---|---|
SubDocumentErrorContext |
XattrCannotModifyVirtualAttributeException.context() |
SubDocumentErrorContext |
DocumentNotJsonException.context() |
SubDocumentErrorContext |
ValueTooDeepException.context() |
SubDocumentErrorContext |
DeltaInvalidException.context() |
SubDocumentErrorContext |
PathTooDeepException.context() |
SubDocumentErrorContext |
PathMismatchException.context() |
SubDocumentErrorContext |
PathInvalidException.context() |
SubDocumentErrorContext |
XattrNoAccessException.context() |
SubDocumentErrorContext |
DocumentTooDeepException.context() |
SubDocumentErrorContext |
NumberTooBigException.context() |
SubDocumentErrorContext |
XattrInvalidOrderException.context() |
SubDocumentErrorContext |
PathExistsException.context() |
SubDocumentErrorContext |
XattrInvalidFlagComboException.context() |
SubDocumentErrorContext |
XattrUnknownMacroException.context() |
SubDocumentErrorContext |
XattrUnknownVirtualAttributeException.context() |
SubDocumentErrorContext |
XattrInvalidKeyComboException.context() |
SubDocumentErrorContext |
PathNotFoundException.context() |
SubDocumentErrorContext |
ValueInvalidException.context() |
Modifier and Type | Method and Description |
---|---|
RequestContext |
RequestContext.cancel()
Allows to cancel the attached
Request from anywhere in the code. |
Copyright © 2020 Couchbase, Inc.. All rights reserved.