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