public static enum LlapStatusHelpers.State extends Enum<LlapStatusHelpers.State>
| Enum Constant and Description |
|---|
APP_NOT_FOUND |
COMPLETE |
LAUNCHING |
RUNNING_ALL |
RUNNING_PARTIAL |
UNKNOWN |
| Modifier and Type | Method and Description |
|---|---|
static LlapStatusHelpers.State |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapStatusHelpers.State[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapStatusHelpers.State APP_NOT_FOUND
public static final LlapStatusHelpers.State LAUNCHING
public static final LlapStatusHelpers.State RUNNING_PARTIAL
public static final LlapStatusHelpers.State RUNNING_ALL
public static final LlapStatusHelpers.State COMPLETE
public static final LlapStatusHelpers.State UNKNOWN
public static LlapStatusHelpers.State[] values()
for (LlapStatusHelpers.State c : LlapStatusHelpers.State.values()) System.out.println(c);
public static LlapStatusHelpers.State 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 © 2019 The Apache Software Foundation. All Rights Reserved.