public static enum Notification.Type extends Enum<Notification.Type>
| Modifier and Type | Method and Description |
|---|---|
static Notification.Type |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Notification.Type[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Notification.Type DEFLECTOR_EXISTS_AS_INDEX
public static final Notification.Type MULTI_MASTER
public static final Notification.Type NO_MASTER
public static final Notification.Type ES_OPEN_FILES
public static final Notification.Type NO_INPUT_RUNNING
public static final Notification.Type INPUT_FAILED_TO_START
public static final Notification.Type CHECK_SERVER_CLOCKS
public static final Notification.Type OUTDATED_VERSION
public static final Notification.Type EMAIL_TRANSPORT_CONFIGURATION_INVALID
public static final Notification.Type EMAIL_TRANSPORT_FAILED
public static final Notification.Type STREAM_PROCESSING_DISABLED
public static final Notification.Type GC_TOO_LONG
public static final Notification.Type JOURNAL_UTILIZATION_TOO_HIGH
public static final Notification.Type JOURNAL_UNCOMMITTED_MESSAGES_DELETED
public static final Notification.Type OUTPUT_DISABLED
public static Notification.Type[] values()
for (Notification.Type c : Notification.Type.values()) System.out.println(c);
public static Notification.Type 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 nullCopyright © 2012-2015 Graylog, Inc.. All Rights Reserved.