Uses of Enum
com.couchbase.client.core.cnc.events.node.NodeDisconnectIgnoredEvent.Reason
Packages that use NodeDisconnectIgnoredEvent.Reason
-
Uses of NodeDisconnectIgnoredEvent.Reason in com.couchbase.client.core.cnc.events.node
Methods in com.couchbase.client.core.cnc.events.node that return NodeDisconnectIgnoredEvent.ReasonModifier and TypeMethodDescriptionNodeDisconnectIgnoredEvent.reason()
Returns the enum constant of this type with the specified name.static NodeDisconnectIgnoredEvent.Reason[]
NodeDisconnectIgnoredEvent.Reason.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in com.couchbase.client.core.cnc.events.node with parameters of type NodeDisconnectIgnoredEvent.ReasonModifierConstructorDescriptionNodeDisconnectIgnoredEvent
(Event.Severity severity, NodeDisconnectIgnoredEvent.Reason reason, Context context)