Uses of Interface
com.couchbase.client.core.cnc.Context
Package
Description
-
Uses of Context in com.couchbase.client.core
Modifier and TypeClassDescriptionclass
TheCoreContext
is bound to a core and provides both exportable and usable state for the rest of the application to use. -
Uses of Context in com.couchbase.client.core.cnc
Modifier and TypeMethodDescriptionAbstractEvent.context()
Event.context()
The context this event is referencing.ModifierConstructorDescriptionprotected
AbstractEvent
(Event.Severity severity, Event.Category category, Duration duration, Context context) protected
AbstractEvent
(Event.Severity severity, String category, Duration duration, Context context) Creates a new abstract event. -
Uses of Context in com.couchbase.client.core.cnc.events.config
ModifierConstructorDescriptionBucketConfigRefreshFailedEvent
(Context context, BucketConfigRefreshFailedEvent.RefresherType type, BucketConfigRefreshFailedEvent.Reason reason, Optional<Object> cause) BucketConfigUpdatedEvent
(Context context, BucketConfig config) BucketOpenRetriedEvent
(String name, Duration duration, Context context, Throwable cause) CollectionMapDecodingFailedEvent
(Context context, Throwable reason) CollectionMapRefreshFailedEvent
(Duration duration, Context context, CollectionIdentifier collectionIdentifier, Throwable cause, CollectionMapRefreshFailedEvent.Reason reason) CollectionMapRefreshIgnoredEvent
(Context context, CollectionIdentifier collectionIdentifier) CollectionMapRefreshSucceededEvent
(Duration duration, Context context, CollectionIdentifier collectionIdentifier, long cid) ConfigIgnoredEvent
(Context context, ConfigIgnoredEvent.Reason reason, Optional<Exception> cause, Optional<String> config, Optional<String> bucketName) ConfigPushFailedEvent
(Context context, Sinks.EmitResult reason) DnsSrvRefreshAttemptCompletedEvent
(Duration duration, Context context, List<String> newSeeds) DnsSrvRefreshAttemptFailedEvent
(Duration duration, Context context, DnsSrvRefreshAttemptFailedEvent.Reason reason, Throwable cause) GlobalConfigRetriedEvent
(Duration duration, Context context, Throwable cause) GlobalConfigUpdatedEvent
(Context context, GlobalConfig config) SeedNodesUpdateFailedEvent
(Context context, Sinks.EmitResult reason) -
Uses of Context in com.couchbase.client.core.cnc.events.core
ModifierConstructorDescriptionBucketClosedEvent
(Duration duration, Context context, String name) BucketOpenedEvent
(Duration duration, Context context, String name) BucketOpenFailedEvent
(String name, Event.Severity severity, Duration duration, Context context, Throwable cause) BucketOpenInitiatedEvent
(Context context, String name) ReconfigurationCompletedEvent
(Duration duration, Context context) ReconfigurationErrorDetectedEvent
(Context context, Throwable error) ReconfigurationIgnoredEvent
(Context context) Deprecated.ServiceReconfigurationFailedEvent
(Context context, String hostname, ServiceType serviceType, Throwable reason) ShutdownCompletedEvent
(Duration duration, Context context) ShutdownInitiatedEvent
(Context context) WaitUntilReadyCompletedEvent
(Context context, WaitUntilReadyCompletedEvent.Reason reason) WatchdogInvalidStateIdentifiedEvent
(Context context, String message) WatchdogRunFailedEvent
(Context context, Throwable cause) -
Uses of Context in com.couchbase.client.core.cnc.events.endpoint
ModifierConstructorDescriptionEndpointStateChangedEvent
(Context context, EndpointState oldState, EndpointState newState) UnexpectedEndpointConnectionFailedEvent
(Duration duration, Context context, Throwable cause) -
Uses of Context in com.couchbase.client.core.cnc.events.io
ModifierConstructorDescriptionCustomTlsCiphersEnabledEvent
(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) -
Uses of Context in com.couchbase.client.core.cnc.events.node
ModifierConstructorDescriptionNodeDisconnectIgnoredEvent
(Event.Severity severity, NodeDisconnectIgnoredEvent.Reason reason, Context context) NodeLocatorBugIdentifiedEvent
(Context context) -
Uses of Context in com.couchbase.client.core.cnc.events.request
ModifierConstructorDescriptionRequestNotRetriedEvent
(Event.Severity severity, Class<?> clazz, Context context, RetryReason reason, Throwable throwable) RequestRetryScheduledEvent
(Duration duration, Context context, Class<?> request, RetryReason reason) -
Uses of Context in com.couchbase.client.core.cnc.events.service
ModifierConstructorDescriptionServiceAddIgnoredEvent
(Event.Severity severity, ServiceAddIgnoredEvent.Reason reason, Context context) ServiceRemoveIgnoredEvent
(Event.Severity severity, ServiceRemoveIgnoredEvent.Reason reason, Context context) -
Uses of Context in com.couchbase.client.core.diagnostics
-
Uses of Context in com.couchbase.client.core.endpoint
-
Uses of Context in com.couchbase.client.core.error.context
Modifier and TypeClassDescriptionclass
An error context which combines more than one context to dump.class
class
When a cancellation (i.e.class
The ErrorContext is the parent interface for all service-specific error contexts that are thrown as part of theCouchbaseException
.class
class
class
class
This generic error context can be constructed from any request and will pull out as much information as possible.class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of Context in com.couchbase.client.core.io
-
Uses of Context in com.couchbase.client.core.kv
-
Uses of Context in com.couchbase.client.core.msg
Modifier and TypeClassDescriptionclass
Additional context which might be attached to an individualRequest
. -
Uses of Context in com.couchbase.client.core.node
-
Uses of Context in com.couchbase.client.core.protostellar
-
Uses of Context in com.couchbase.client.core.service
-
Uses of Context in com.couchbase.client.core.service.kv