Class DnsSrvLookupDisabledEvent
java.lang.Object
com.couchbase.client.core.cnc.AbstractEvent
com.couchbase.client.core.cnc.events.core.DnsSrvLookupDisabledEvent
- All Implemented Interfaces:
Event
public class DnsSrvLookupDisabledEvent extends AbstractEvent
Raised if dns srv lookup was not performed, either because it has been disabled on the environment or because
the hostname list passed in did not qualify.
-
Nested Class Summary
Nested classes/interfaces inherited from interface com.couchbase.client.core.cnc.Event
Event.Category, Event.Severity
-
Field Summary
Fields inherited from interface com.couchbase.client.core.cnc.Event
CATEGORY_PREFIX
-
Constructor Summary
Constructors Constructor Description DnsSrvLookupDisabledEvent(boolean enabledOnEnv, boolean validDnsSrv)
-
Method Summary
Modifier and Type Method Description String
description()
A textual description with more information about the event.Methods inherited from class com.couchbase.client.core.cnc.AbstractEvent
category, context, createdAt, duration, severity, toString
-
Constructor Details
-
DnsSrvLookupDisabledEvent
public DnsSrvLookupDisabledEvent(boolean enabledOnEnv, boolean validDnsSrv)
-
-
Method Details
-
description
Description copied from interface:Event
A textual description with more information about the event.- Returns:
- the description, if set.
-