public enum LlapWmCounters extends Enum<LlapWmCounters>
| Enum Constant and Description |
|---|
GUARANTEED_QUEUED_NS |
GUARANTEED_RUNNING_NS |
SPECULATIVE_QUEUED_NS |
SPECULATIVE_RUNNING_NS |
| Modifier and Type | Method and Description |
|---|---|
static LlapWmCounters |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LlapWmCounters[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LlapWmCounters SPECULATIVE_QUEUED_NS
public static final LlapWmCounters SPECULATIVE_RUNNING_NS
public static final LlapWmCounters GUARANTEED_QUEUED_NS
public static final LlapWmCounters GUARANTEED_RUNNING_NS
public static LlapWmCounters[] values()
for (LlapWmCounters c : LlapWmCounters.values()) System.out.println(c);
public static LlapWmCounters 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.