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