Uses of Class
com.couchbase.client.core.cnc.events.config.DnsSrvRefreshAttemptFailedEvent.Reason
-
Packages that use DnsSrvRefreshAttemptFailedEvent.Reason Package Description com.couchbase.client.core.cnc.events.config -
-
Uses of DnsSrvRefreshAttemptFailedEvent.Reason in com.couchbase.client.core.cnc.events.config
Methods in com.couchbase.client.core.cnc.events.config that return DnsSrvRefreshAttemptFailedEvent.Reason Modifier and Type Method Description static DnsSrvRefreshAttemptFailedEvent.Reason
DnsSrvRefreshAttemptFailedEvent.Reason. valueOf(String name)
Returns the enum constant of this type with the specified name.static DnsSrvRefreshAttemptFailedEvent.Reason[]
DnsSrvRefreshAttemptFailedEvent.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.config with parameters of type DnsSrvRefreshAttemptFailedEvent.Reason Constructor Description DnsSrvRefreshAttemptFailedEvent(Duration duration, Context context, DnsSrvRefreshAttemptFailedEvent.Reason reason, Throwable cause)
-