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 class
CoreContext
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
Classes in com.couchbase.client.core.cnc that implement Context Modifier and Type Class Description class
AbstractContext
Common parent method for all contexts.Methods in com.couchbase.client.core.cnc that return Context Modifier and Type Method Description Context
AbstractEvent. context()
Context
DiagnosticsMonitor. context()
Context
Event. 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.diagnostics
Methods in com.couchbase.client.core.cnc.diagnostics with parameters of type Context Modifier and Type Method Description Event
Analyzer. fetchEvent(Event.Severity severity, Context context)
GarbageCollectionsDetectedEvent
GcAnalyzer. fetchEvent(Event.Severity severity, Context context)
PausesDetectedEvent
PauseAnalyzer. fetchEvent(Event.Severity severity, Context context)
-
Uses of Context in com.couchbase.client.core.cnc.events.config
Constructors in com.couchbase.client.core.cnc.events.config with parameters of type Context Constructor Description CollectionMapDecodingFailedEvent(Context context, Throwable reason)
CollectionMapRefreshFailedEvent(Duration duration, Context context, Throwable reason)
ConfigIgnoredEvent(Context context, ConfigIgnoredEvent.Reason reason, Optional<Exception> cause, Optional<String> config)
ConfigUpdatedEvent(Context context, BucketConfig config)
-
Uses of Context in com.couchbase.client.core.cnc.events.core
Constructors in com.couchbase.client.core.cnc.events.core with parameters of type Context Constructor Description BucketClosedEvent(Duration duration, Context context, String name)
BucketOpenedEvent(Duration duration, Context context, String name)
ReconfigurationCompletedEvent(Duration duration, Context context)
ReconfigurationErrorDetectedEvent(Context context, Throwable error)
ReconfigurationIgnoredEvent(Context context)
ServiceReconfigurationFailedEvent(Context context, String hostname, ServiceType serviceType, Throwable reason)
ShutdownCompletedEvent(Duration duration, Context context)
-
Uses of Context in com.couchbase.client.core.cnc.events.diagnostics
Constructors in com.couchbase.client.core.cnc.events.diagnostics with parameters of type Context Constructor Description GarbageCollectionsDetectedEvent(Event.Severity severity, Context context, Map<GcAnalyzer.GcType,com.couchbase.client.core.deps.org.HdrHistogram.Histogram> histograms)
PausesDetectedEvent(Event.Severity severity, Context context, com.couchbase.client.core.deps.org.HdrHistogram.Histogram histogram)
-
Uses of Context in com.couchbase.client.core.cnc.events.endpoint
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 GenericFailureDetectedEvent(Context context, Throwable throwable)
SecureConnectionFailedEvent(Context context, SSLException sslException)
-
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.endpoint
Classes in com.couchbase.client.core.endpoint that implement Context Modifier and Type Class Description class
EndpointContext
-
Uses of Context in com.couchbase.client.core.io
Classes in com.couchbase.client.core.io that implement Context Modifier and Type Class Description class
IoContext
TheIoContext
is 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 class
RequestContext
Additional 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 class
NodeContext
-
Uses of Context in com.couchbase.client.core.service
Classes in com.couchbase.client.core.service that implement Context Modifier and Type Class Description class
ServiceContext
-
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 class
ObserveContext
-