Uses of Enum
com.couchbase.client.core.cnc.events.core.DnsSrvLookupFailedEvent.Reason
Packages that use DnsSrvLookupFailedEvent.Reason
-
Uses of DnsSrvLookupFailedEvent.Reason in com.couchbase.client.core.cnc.events.core
Methods in com.couchbase.client.core.cnc.events.core that return DnsSrvLookupFailedEvent.ReasonModifier and TypeMethodDescriptionDnsSrvLookupFailedEvent.reason()
Returns the enum constant of this type with the specified name.static DnsSrvLookupFailedEvent.Reason[]
DnsSrvLookupFailedEvent.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.core with parameters of type DnsSrvLookupFailedEvent.ReasonModifierConstructorDescriptionDnsSrvLookupFailedEvent
(Event.Severity severity, Duration duration, Throwable cause, DnsSrvLookupFailedEvent.Reason reason)