public enum TriggerEventType extends Enum<TriggerEventType>
Enum Constant and Description |
---|
INDEXRATE |
INVALID |
MANUAL |
NODEADDED |
NODELOST |
REPLICALOST |
SCHEDULED |
SEARCHRATE |
Modifier and Type | Method and Description |
---|---|
static TriggerEventType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TriggerEventType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TriggerEventType NODEADDED
public static final TriggerEventType NODELOST
public static final TriggerEventType REPLICALOST
public static final TriggerEventType MANUAL
public static final TriggerEventType SCHEDULED
public static final TriggerEventType SEARCHRATE
public static final TriggerEventType INDEXRATE
public static final TriggerEventType INVALID
public static TriggerEventType[] values()
for (TriggerEventType c : TriggerEventType.values()) System.out.println(c);
public static TriggerEventType 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 © 2000-2017 Apache Software Foundation. All Rights Reserved.