-
Constructors in com.couchbase.client.core.cnc.events.io with parameters of type IoContext
Constructor |
Description |
ChannelClosedProactivelyEvent(IoContext context,
ChannelClosedProactivelyEvent.Reason reason) |
|
CollectionOutdatedHandledEvent(CollectionIdentifier collectionIdentifier,
RetryReason retryReason,
IoContext context) |
|
ErrorMapLoadedEvent(IoContext ctx,
Duration duration,
Optional<ErrorMap> errorMap) |
|
ErrorMapLoadingFailedEvent(IoContext ctx,
Duration duration,
short status) |
|
ErrorMapUndecodableEvent(IoContext ctx,
String message,
String content) |
|
FeaturesNegotiatedEvent(IoContext ctx,
Duration duration,
List<ServerFeature> negotiated) |
|
FeaturesNegotiationFailedEvent(IoContext ctx,
short status) |
|
IdleStreamingEndpointClosedEvent(IoContext context) |
|
InvalidPacketDetectedEvent(IoContext context,
byte[] packet) |
|
InvalidRequestDetectedEvent(IoContext context,
ServiceType serviceType,
Object message) |
|
KeyValueErrorMapCodeHandledEvent(IoContext context,
ErrorMap.ErrorCode errorCode) |
|
NotMyVbucketReceivedEvent(IoContext context,
short partition) |
|
ReadTrafficCapturedEvent(IoContext context,
String converted) |
|
SaslAuthenticationCompletedEvent(Duration duration,
IoContext context) |
|
SaslAuthenticationRestartedEvent(IoContext context) |
|
SaslMechanismsListedEvent(IoContext context,
Set<SaslMechanism> serverMechanisms,
Duration duration) |
|
SaslMechanismsSelectedEvent(IoContext context,
Set<SaslMechanism> allowedMechanisms,
SaslMechanism selectedMechanism) |
|
SelectBucketCompletedEvent(Duration duration,
IoContext context,
String bucket) |
|
SelectBucketFailedEvent(Event.Severity severity,
IoContext context,
short status) |
|
UnknownResponseReceivedEvent(IoContext context,
byte[] response) |
|
UnknownResponseStatusReceivedEvent(IoContext context,
short status) |
|
UnsolicitedFeaturesReturnedEvent(IoContext ctx,
List<ServerFeature> unsolicitedFeatures) |
|
UnsupportedResponseTypeReceivedEvent(IoContext context,
Object response) |
|
WriteTrafficCapturedEvent(IoContext context,
String converted) |
|
-