public final class DynamicOptimizationEvent extends Object implements RuntimeEvent
| Constructor and Description |
|---|
DynamicOptimizationEvent(PhysicalPlan physicalPlan,
MetricCollectionBarrierVertex metricCollectionBarrierVertex,
Pair<String,String> taskInfo)
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
MetricCollectionBarrierVertex |
getMetricCollectionBarrierVertex() |
PhysicalPlan |
getPhysicalPlan() |
Pair<String,String> |
getTaskInfo() |
public DynamicOptimizationEvent(PhysicalPlan physicalPlan, MetricCollectionBarrierVertex metricCollectionBarrierVertex, Pair<String,String> taskInfo)
physicalPlan - physical plan to be optimized.metricCollectionBarrierVertex - metric collection barrier vertex to retrieve metric data from.taskInfo - information of the task.public PhysicalPlan getPhysicalPlan()
public MetricCollectionBarrierVertex getMetricCollectionBarrierVertex()
Copyright © 2018. All rights reserved.