|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Object java.lang.Enum<DriverQueryPlan.ExecMode> org.apache.lens.server.api.driver.DriverQueryPlan.ExecMode
public static enum DriverQueryPlan.ExecMode
The Enum ExecMode.
Enum Constant Summary | |
---|---|
BATCH
The batch. |
|
INTERACTIVE
The interactive. |
|
NOT_ACCEPTED
The not accepted. |
Method Summary | |
---|---|
static DriverQueryPlan.ExecMode |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static DriverQueryPlan.ExecMode[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final DriverQueryPlan.ExecMode INTERACTIVE
public static final DriverQueryPlan.ExecMode BATCH
public static final DriverQueryPlan.ExecMode NOT_ACCEPTED
Method Detail |
---|
public static DriverQueryPlan.ExecMode[] values()
for (DriverQueryPlan.ExecMode c : DriverQueryPlan.ExecMode.values()) System.out.println(c);
public static DriverQueryPlan.ExecMode valueOf(String name)
name
- the name of the enum constant to be returned.
IllegalArgumentException
- if this enum type has no constant
with the specified name
NullPointerException
- if the argument is null
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |