| Modifier and Type | Class and Description |
|---|---|
class |
CoreContext
The
CoreContext is bound to a core and provides both exportable and
usable state for the rest of the application to use. |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractContext
Common parent method for all contexts.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
Event.context()
The context this event is referencing.
|
Context |
AbstractEvent.context() |
| Constructor and Description |
|---|
AbstractEvent(Event.Severity severity,
Event.Category category,
Duration duration,
Context context) |
AbstractEvent(Event.Severity severity,
String category,
Duration duration,
Context context)
Creates a new abstract event.
|
| Modifier and Type | Method and Description |
|---|---|
Context |
UnexpectedEndpointDisconnectedEvent.context() |
| Constructor and Description |
|---|
EndpointStateChangedEvent(Context context,
EndpointState oldState,
EndpointState newState) |
UnexpectedEndpointConnectionFailedEvent(Duration duration,
Context context,
Throwable cause) |
| Constructor and Description |
|---|
CustomTlsCiphersEnabledEvent(List<String> ciphers,
Context context) |
DurabilityTimeoutCoercedEvent(Context context,
long requestedTimeout,
long actualTimeout) |
GenericFailureDetectedEvent(Context context,
Throwable throwable) |
SaslMechanismsListingFailedEvent(Duration duration,
Context context,
String description) |
SecureConnectionFailedEvent(Context context,
SSLException sslException) |
UnknownSaslMechanismDetectedEvent(Context context,
String mechanism) |
| Constructor and Description |
|---|
NodeDisconnectIgnoredEvent(Event.Severity severity,
NodeDisconnectIgnoredEvent.Reason reason,
Context context) |
NodeLocatorBugIdentifiedEvent(Context context) |
| Constructor and Description |
|---|
RequestNotRetriedEvent(Event.Severity severity,
Class<?> clazz,
Context context,
RetryReason reason,
Throwable throwable) |
RequestRetryScheduledEvent(Duration duration,
Context context,
Class<?> request,
RetryReason reason) |
| Constructor and Description |
|---|
ServiceAddIgnoredEvent(Event.Severity severity,
ServiceAddIgnoredEvent.Reason reason,
Context context) |
ServiceRemoveIgnoredEvent(Event.Severity severity,
ServiceRemoveIgnoredEvent.Reason reason,
Context context) |
| Modifier and Type | Class and Description |
|---|---|
class |
WaitUntilReadyContext |
| Modifier and Type | Class and Description |
|---|---|
class |
EndpointContext |
| 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 |
EventingErrorContext |
class |
GenericErrorContext |
class |
GenericHttpRequestErrorContext |
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 |
| Modifier and Type | Class and Description |
|---|---|
class |
IoContext
The
IoContext is used to extend the core context with IO related metadata
that is useful during event generation. |
| Modifier and Type | Class and Description |
|---|---|
class |
RangeScanContext |
| Modifier and Type | Class and Description |
|---|---|
class |
RequestContext
Additional context which might be attached to an individual
Request. |
| Modifier and Type | Class and Description |
|---|---|
class |
NodeContext |
| Modifier and Type | Class and Description |
|---|---|
class |
ProtostellarContext |
| Modifier and Type | Class and Description |
|---|---|
class |
ServiceContext |
| Modifier and Type | Class and Description |
|---|---|
class |
ObserveContext |
Copyright © 2024 Couchbase, Inc.. All rights reserved.