public static enum SingularityExecutorMonitor.KillState extends Enum<SingularityExecutorMonitor.KillState>
| Enum Constant and Description |
|---|
DESTROYING_PROCESS |
DIDNT_EXIST |
INCONSISTENT_STATE |
INTERRUPTING_PRE_PROCESS |
KILLING_PROCESS |
| Modifier and Type | Method and Description |
|---|---|
static SingularityExecutorMonitor.KillState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SingularityExecutorMonitor.KillState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SingularityExecutorMonitor.KillState DIDNT_EXIST
public static final SingularityExecutorMonitor.KillState INTERRUPTING_PRE_PROCESS
public static final SingularityExecutorMonitor.KillState KILLING_PROCESS
public static final SingularityExecutorMonitor.KillState DESTROYING_PROCESS
public static final SingularityExecutorMonitor.KillState INCONSISTENT_STATE
public static SingularityExecutorMonitor.KillState[] values()
for (SingularityExecutorMonitor.KillState c : SingularityExecutorMonitor.KillState.values()) System.out.println(c);
public static SingularityExecutorMonitor.KillState 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 © 2015. All rights reserved.