Package com.couchbase.client.core.cnc.events.io
-
Class Summary Class Description ChannelClosedProactivelyEvent This warning indicates that the client closed an active IO channel/socket proactively because it detected an invalid state.DurabilityTimeoutCoercedEvent This event is raised if a durability timeout has been provided out of the allowed range and is coerced into a sane and supported value.ErrorMapLoadedEvent The KV error map got negotiated loaded from the server.ErrorMapLoadingFailedEvent If loading the KV error map for some reason fails, this event will capture the KV status code.ErrorMapUndecodableEvent If the KV error map could be loaded, but the decoding of the buffer from JSON failed, this event will be raised.FeaturesNegotiatedEvent Captures the end of the KV feature negotiation.FeaturesNegotiationFailedEvent GenericFailureDetectedEvent IdleStreamingEndpointClosedEvent Raised when a http config streaming connection is closed because of the configured configIdleRedialTimeout.InvalidPacketDetectedEvent This event is created if somewhere in the IO layer an invalid packet was detected.InvalidRequestDetectedEvent If this event is raised, it indicates a serious bug in the system.KeyValueErrorMapCodeHandledEvent Raised if an unknown error is decoded and handled through the KV error map.ReadTrafficCapturedEvent SaslAuthenticationCompletedEvent SaslAuthenticationFailedEvent If something goes wrong during the SASL authentication process, this event is raised.SaslAuthenticationRestartedEvent This event is raised if we need to re-do the SASL auth for a connection because the mechanisms did not match up with the best-effort first try.SaslMechanismsListedEvent This debug event signals that SASL auth mechanisms have been listed from the server.SaslMechanismsListingFailedEvent SaslMechanismsSelectedEvent This debug event signals that a SASL auth mechanism has been negotiated between the client and the server.SecureConnectionFailedEvent SelectBucketCompletedEvent This event gets created as soon as a bucket has been selected during the KV bootstrap process for each socket/node.SelectBucketFailedEvent If selecting a bucket during KV bootstrap fails, this is a really problematic issue and needs to be looked at.UnknownResponseReceivedEvent UnknownResponseStatusReceivedEvent UnknownSaslMechanismDetectedEvent This event is raised if the client detects an unknown SASL mechanism it cannot turn into an enum.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.UnsupportedResponseTypeReceivedEvent WriteTrafficCapturedEvent -
Enum Summary Enum Description ChannelClosedProactivelyEvent.Reason Specifies the reasons why a channel has been proactively closed by the SDK.