Uses of Interface
com.couchbase.client.core.cnc.Context
-
-
Uses of Context in com.couchbase.client.core
Classes in com.couchbase.client.core that implement Context Modifier and Type Class Description classCoreContextTheCoreContextis 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
Classes in com.couchbase.client.core.cnc that implement Context Modifier and Type Class Description classAbstractContextCommon parent method for all contexts.Methods in com.couchbase.client.core.cnc that return Context Modifier and Type Method Description ContextAbstractEvent. context()ContextEvent. context()The context this event is referencing.Constructors in com.couchbase.client.core.cnc with parameters of type Context Constructor 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. -
Uses of Context in com.couchbase.client.core.cnc.events.config
-
Uses of Context in com.couchbase.client.core.cnc.events.core
-
Uses of Context in com.couchbase.client.core.cnc.events.endpoint
Methods in com.couchbase.client.core.cnc.events.endpoint that return Context Modifier and Type Method Description ContextUnexpectedEndpointDisconnectedEvent. context()Constructors in com.couchbase.client.core.cnc.events.endpoint with parameters of type Context Constructor Description UnexpectedEndpointConnectionFailedEvent(Duration duration, Context context, Throwable cause) -
Uses of Context in com.couchbase.client.core.cnc.events.io
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type Context Constructor 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) -
Uses of Context in com.couchbase.client.core.cnc.events.node
Constructors in com.couchbase.client.core.cnc.events.node with parameters of type Context Constructor Description NodeDisconnectIgnoredEvent(Event.Severity severity, NodeDisconnectIgnoredEvent.Reason reason, Context context)NodeLocatorBugIdentifiedEvent(Context context) -
Uses of Context in com.couchbase.client.core.cnc.events.service
Constructors in com.couchbase.client.core.cnc.events.service with parameters of type Context Constructor Description ServiceAddIgnoredEvent(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
Classes in com.couchbase.client.core.diagnostics that implement Context Modifier and Type Class Description classWaitUntilReadyContext -
Uses of Context in com.couchbase.client.core.endpoint
Classes in com.couchbase.client.core.endpoint that implement Context Modifier and Type Class Description classEndpointContext -
Uses of Context in com.couchbase.client.core.error.context
Classes in com.couchbase.client.core.error.context that implement Context 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.classEventingErrorContextclassGenericHttpRequestErrorContextclassGenericRequestErrorContextThis generic error context can be constructed from any request and will pull out as much information as possible.classKeyValueErrorContextclassKeyValueIoErrorContextclassManagerErrorContextclassQueryErrorContextclassReducedAnalyticsErrorContextclassReducedKeyValueErrorContextclassReducedQueryErrorContextclassReducedSearchErrorContextclassReducedViewErrorContextclassSearchErrorContextclassSubDocumentErrorContextclassViewErrorContext -
Uses of Context in com.couchbase.client.core.io
Classes in com.couchbase.client.core.io that implement Context Modifier and Type Class Description classIoContextTheIoContextis used to extend the core context with IO related metadata that is useful during event generation. -
Uses of Context in com.couchbase.client.core.msg
Classes in com.couchbase.client.core.msg that implement Context Modifier and Type Class Description classRequestContextAdditional context which might be attached to an individualRequest. -
Uses of Context in com.couchbase.client.core.node
Classes in com.couchbase.client.core.node that implement Context Modifier and Type Class Description classNodeContext -
Uses of Context in com.couchbase.client.core.service
Classes in com.couchbase.client.core.service that implement Context Modifier and Type Class Description classServiceContext -
Uses of Context in com.couchbase.client.core.service.kv
Classes in com.couchbase.client.core.service.kv that implement Context Modifier and Type Class Description classObserveContext
-