public enum TriggerEventType extends Enum<TriggerEventType>
Enum Constant and Description |
---|
INDEXRATE
Deprecated.
|
INDEXSIZE
Deprecated.
|
INVALID
Deprecated.
|
MANUAL
Deprecated.
|
METRIC
Deprecated.
|
NODEADDED
Deprecated.
|
NODELOST
Deprecated.
|
REPLICALOST
Deprecated.
|
SCHEDULED
Deprecated.
|
SEARCHRATE
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
static TriggerEventType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static TriggerEventType[] |
values()
Deprecated.
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 final TriggerEventType METRIC
public static final TriggerEventType INDEXSIZE
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-2021 Apache Software Foundation. All Rights Reserved.