Uses of Interface
com.couchbase.client.core.cnc.Event
-
-
Uses of Event in com.couchbase.client.core.cnc
Classes in com.couchbase.client.core.cnc that implement Event Modifier and Type Class Description class
AbstractEvent
ThisEvent
implementation can be used as a base event to inherit from.Methods in com.couchbase.client.core.cnc with parameters of type Event Modifier and Type Method Description void
LoggingEventConsumer. accept(Event event)
EventBus.PublishResult
DefaultEventBus. publish(Event event)
EventBus.PublishResult
EventBus. publish(Event event)
Try to publish an event.Method parameters in com.couchbase.client.core.cnc with type arguments of type Event Modifier and Type Method Description EventSubscription
DefaultEventBus. subscribe(Consumer<Event> consumer)
EventSubscription
EventBus. subscribe(Consumer<Event> consumer)
-
Uses of Event in com.couchbase.client.core.cnc.diagnostics
Methods in com.couchbase.client.core.cnc.diagnostics that return Event Modifier and Type Method Description Event
Analyzer. fetchEvent(Event.Severity severity, Context context)
-
Uses of Event in com.couchbase.client.core.cnc.events.config
Classes in com.couchbase.client.core.cnc.events.config that implement Event Modifier and Type Class Description class
CollectionMapDecodingFailedEvent
This event is raised if a collection map could be loaded, but afterwards cannot be decoded and used as intended.class
CollectionMapRefreshFailedEvent
This event is raised if a collection map could not be refreshed properly.class
ConfigIgnoredEvent
class
ConfigUpdatedEvent
-
Uses of Event in com.couchbase.client.core.cnc.events.core
Classes in com.couchbase.client.core.cnc.events.core that implement Event Modifier and Type Class Description class
BucketClosedEvent
This event is raised once a bucket has been closed.class
BucketOpenedEvent
This event is raised once a bucket has been opened.class
ReconfigurationCompletedEvent
Client got a new config and completed the reconfiguration properly without issue.class
ReconfigurationErrorDetectedEvent
The client ran into an error during a config reconfiguration event.class
ReconfigurationIgnoredEvent
Client got a new config, but for some valid reason the event is ignored.class
ServiceReconfigurationFailedEvent
class
ShutdownCompletedEvent
Raised when a core is successfully shut down. -
Uses of Event in com.couchbase.client.core.cnc.events.diagnostics
Classes in com.couchbase.client.core.cnc.events.diagnostics that implement Event Modifier and Type Class Description class
GarbageCollectionsDetectedEvent
class
PausesDetectedEvent
When the analyzer detects a JVM pause, an event will be raised. -
Uses of Event in com.couchbase.client.core.cnc.events.endpoint
Classes in com.couchbase.client.core.cnc.events.endpoint that implement Event Modifier and Type Class Description class
EndpointConnectedEvent
This event is published when an endpoint is connected properly.class
EndpointConnectionAbortedEvent
This event is published when an endpoint is in the phase of reconnecting because of an error, but disconnect was called in the meantime and as a result any further reconnect attempts are aborted.class
EndpointConnectionFailedEvent
This event is published when an endpoint connect attempt failed.class
EndpointConnectionIgnoredEvent
This event is published when an endpoint is connected properly but a disconnect signal came before so it is ignored.class
EndpointDisconnectedEvent
This event is generated when an endpoint is correctly disconnected.class
EndpointDisconnectionFailedEvent
This event is raised if an endpoint disconnect attempt failed for some reason.class
UnexpectedEndpointConnectionFailedEvent
During connecting to an endpoint, an exception/error was raised which was not expected. -
Uses of Event in com.couchbase.client.core.cnc.events.io
Classes in com.couchbase.client.core.cnc.events.io that implement Event Modifier and Type Class Description class
ChannelClosedProactivelyEvent
This warning indicates that the client closed an active IO channel/socket proactively because it detected an invalid state.class
ErrorMapLoadedEvent
The KV error map got negotiated loaded from the server.class
ErrorMapLoadingFailedEvent
If loading the KV error map for some reason fails, this event will capture the KV status code.class
ErrorMapUndecodableEvent
If the KV error map could be loaded, but the decoding of the buffer from JSON failed, this event will be raised.class
FeaturesNegotiatedEvent
Captures the end of the KV feature negotiation.class
FeaturesNegotiationFailedEvent
class
GenericFailureDetectedEvent
class
InvalidPacketDetectedEvent
This event is created if somewhere in the IO layer an invalid packet was detected.class
InvalidRequestDetectedEvent
If this event is raised, it indicates a serious bug in the system.class
ReadTrafficCapturedEvent
class
SaslAuthenticationCompletedEvent
class
SaslAuthenticationFailedEvent
If something goes wrong during the SASL authentication process, this event is raised.class
SaslMechanismsSelectedEvent
This debug event signals that a SASL auth mechanism has been negotiated between the client and the server.class
SecureConnectionFailedEvent
class
SelectBucketCompletedEvent
This event gets created as soon as a bucket has been selected during the KV bootstrap process for each socket/node.class
SelectBucketDisabledEvent
This event is triggered when during the HELLO negotiation it was determined that the server does not support the select bucket command.class
SelectBucketFailedEvent
If selecting a bucket during KV bootstrap fails, this is a really problematic issue and needs to be looked at.class
UnknownResponseReceivedEvent
class
UnsolicitedFeaturesReturnedEvent
If the server sends us unsolicited features during the HELLO negotiation, this event will be raised - it is a warning severity since it indicates a server bug.class
UnsupportedResponseTypeReceivedEvent
class
WriteTrafficCapturedEvent
-
Uses of Event in com.couchbase.client.core.cnc.events.node
Classes in com.couchbase.client.core.cnc.events.node that implement Event Modifier and Type Class Description class
NodeConnectedEvent
This event is generated when a node is correctly connected.class
NodeDisconnectedEvent
This event is generated when a node is correctly disconnected.class
NodeDisconnectIgnoredEvent
class
NodeLocatorBugIdentifiedEvent
class
NodePartitionLengthNotEqualEvent
-
Uses of Event in com.couchbase.client.core.cnc.events.request
Classes in com.couchbase.client.core.cnc.events.request that implement Event Modifier and Type Class Description class
IndividualReplicaGetFailedEvent
When a replica get fetches more than one in one shot and an individual item fails it will be ignored, but this event is logged to aid with debugging.class
RequestNotRetriedEvent
This event is raised if a request is not retried anymore.class
RequestRetriedEvent
-
Uses of Event in com.couchbase.client.core.cnc.events.service
Classes in com.couchbase.client.core.cnc.events.service that implement Event Modifier and Type Class Description class
ServiceAddedEvent
class
ServiceAddIgnoredEvent
class
ServiceConnectInitiatedEvent
class
ServiceDisconnectInitiatedEvent
class
ServiceRemovedEvent
class
ServiceRemoveIgnoredEvent
-