public static enum ParForProgramBlock.PExecMode extends Enum<ParForProgramBlock.PExecMode>
Enum Constant and Description |
---|
LOCAL |
REMOTE_SPARK |
REMOTE_SPARK_DP |
UNSPECIFIED |
Modifier and Type | Method and Description |
---|---|
static ParForProgramBlock.PExecMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ParForProgramBlock.PExecMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ParForProgramBlock.PExecMode LOCAL
public static final ParForProgramBlock.PExecMode REMOTE_SPARK
public static final ParForProgramBlock.PExecMode REMOTE_SPARK_DP
public static final ParForProgramBlock.PExecMode UNSPECIFIED
public static ParForProgramBlock.PExecMode[] values()
for (ParForProgramBlock.PExecMode c : ParForProgramBlock.PExecMode.values()) System.out.println(c);
public static ParForProgramBlock.PExecMode 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 © 2020 The Apache Software Foundation. All rights reserved.