public static enum InitGlobalConfigFailedEvent.Reason extends Enum<InitGlobalConfigFailedEvent.Reason>
| Enum Constant and Description |
|---|
NO_CONFIG_FOUND |
SHUTDOWN |
UNKNOWN |
UNSUPPORTED |
| Modifier and Type | Method and Description |
|---|---|
Event.Severity |
severity() |
static InitGlobalConfigFailedEvent.Reason |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static InitGlobalConfigFailedEvent.Reason[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InitGlobalConfigFailedEvent.Reason UNSUPPORTED
public static final InitGlobalConfigFailedEvent.Reason NO_CONFIG_FOUND
public static final InitGlobalConfigFailedEvent.Reason UNKNOWN
public static final InitGlobalConfigFailedEvent.Reason SHUTDOWN
public static InitGlobalConfigFailedEvent.Reason[] values()
for (InitGlobalConfigFailedEvent.Reason c : InitGlobalConfigFailedEvent.Reason.values()) System.out.println(c);
public static InitGlobalConfigFailedEvent.Reason valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Event.Severity severity()
Copyright © 2021 Couchbase, Inc.. All rights reserved.