public static enum ExecutionProperty.Key extends Enum<ExecutionProperty.Key>
Enum Constant and Description |
---|
Compression |
DataCommunicationPattern |
DataFlowModel |
DataStore |
DynamicOptimizationType |
ExecutorPlacement |
KeyExtractor |
MetricCollection |
Parallelism |
Partitioner |
ScheduleGroupIndex |
StageId |
UsedDataHandling |
Modifier and Type | Method and Description |
---|---|
static ExecutionProperty.Key |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionProperty.Key[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionProperty.Key DataCommunicationPattern
public static final ExecutionProperty.Key DataFlowModel
public static final ExecutionProperty.Key DataStore
public static final ExecutionProperty.Key MetricCollection
public static final ExecutionProperty.Key Partitioner
public static final ExecutionProperty.Key KeyExtractor
public static final ExecutionProperty.Key UsedDataHandling
public static final ExecutionProperty.Key Compression
public static final ExecutionProperty.Key DynamicOptimizationType
public static final ExecutionProperty.Key ExecutorPlacement
public static final ExecutionProperty.Key Parallelism
public static final ExecutionProperty.Key ScheduleGroupIndex
public static final ExecutionProperty.Key StageId
public static ExecutionProperty.Key[] values()
for (ExecutionProperty.Key c : ExecutionProperty.Key.values()) System.out.println(c);
public static ExecutionProperty.Key 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 © 2018. All rights reserved.