Modifier and Type | Method and Description |
---|---|
IREdge |
IREdge.setProperty(ExecutionProperty<?> executionProperty)
Set an executionProperty of the IREdge.
|
Modifier and Type | Class and Description |
---|---|
class |
CompressionProperty
Compression ExecutionProperty.
|
class |
DataCommunicationPatternProperty
DataCommunicationPattern ExecutionProperty.
|
class |
DataFlowModelProperty
DataFlowModel ExecutionProperty.
|
class |
DataStoreProperty
DataStore ExecutionProperty.
|
class |
KeyExtractorProperty
KeyExtractor ExecutionProperty.
|
class |
MetricCollectionProperty
MetricCollection ExecutionProperty.
|
class |
PartitionerProperty
Partitioner ExecutionProperty.
|
class |
UsedDataHandlingProperty
UsedDataHandling ExecutionProperty.
|
Modifier and Type | Method and Description |
---|---|
ExecutionProperty<?> |
ExecutionPropertyMap.put(ExecutionProperty<?> executionProperty)
Put the given execution property in the ExecutionPropertyMap.
|
ExecutionProperty<?> |
ExecutionPropertyMap.remove(ExecutionProperty.Key key)
remove the execution property.
|
Modifier and Type | Method and Description |
---|---|
ExecutionProperty<?> |
ExecutionPropertyMap.put(ExecutionProperty<?> executionProperty)
Put the given execution property in the ExecutionPropertyMap.
|
Modifier and Type | Method and Description |
---|---|
void |
ExecutionPropertyMap.forEachProperties(Consumer<? super ExecutionProperty> action)
Same as forEach function in Java 8, but for execution properties.
|
Modifier and Type | Method and Description |
---|---|
IRVertex |
IRVertex.setProperty(ExecutionProperty<?> executionProperty)
Set an executionProperty of the IRVertex.
|
Modifier and Type | Class and Description |
---|---|
class |
DynamicOptimizationProperty
DynamicOptimizationType ExecutionProperty.
|
class |
ExecutorPlacementProperty
ExecutionPlacement ExecutionProperty.
|
class |
ParallelismProperty
Parallelism ExecutionProperty.
|
class |
ScheduleGroupIndexProperty
ScheduleGroupIndex ExecutionProperty.
|
class |
StageIdProperty
StageId ExecutionProperty.
|
Copyright © 2018. All rights reserved.