Uses of Class
org.apache.wayang.spark.monitoring.metrics.TaskMetric
-
Packages that use TaskMetric Package Description org.apache.wayang.spark.monitoring.interfaces org.apache.wayang.spark.monitoring.metrics -
-
Uses of TaskMetric in org.apache.wayang.spark.monitoring.interfaces
Methods in org.apache.wayang.spark.monitoring.interfaces that return TaskMetric Modifier and Type Method Description TaskMetricStage. getTaskMetric()Gets the task metric associated with this stage.TaskMetricTask. getTaskMetric()Returns theTaskMetricassociated with this task.Methods in org.apache.wayang.spark.monitoring.interfaces with parameters of type TaskMetric Modifier and Type Method Description voidStage. setTaskMetric(TaskMetric taskMetric)Sets the task metric associated with this stage.voidTask. setTaskMetric(TaskMetric taskMetric)Sets theTaskMetricassociated with this task. -
Uses of TaskMetric in org.apache.wayang.spark.monitoring.metrics
Methods in org.apache.wayang.spark.monitoring.metrics that return TaskMetric Modifier and Type Method Description TaskMetricStageCompleted. getTaskMetric()TaskMetricStageExecutorMetrics. getTaskMetric()TaskMetricStageSubmitted. getTaskMetric()TaskMetricTaskEnd. getTaskMetric()TaskMetricTaskGettingResult. getTaskMetric()TaskMetricTaskStart. getTaskMetric()Methods in org.apache.wayang.spark.monitoring.metrics with parameters of type TaskMetric Modifier and Type Method Description voidStageCompleted. setTaskMetric(TaskMetric taskMetric)voidStageExecutorMetrics. setTaskMetric(TaskMetric taskMetric)voidStageSubmitted. setTaskMetric(TaskMetric taskMetric)voidTaskEnd. setTaskMetric(TaskMetric taskMetric)voidTaskGettingResult. setTaskMetric(TaskMetric taskMetric)voidTaskStart. setTaskMetric(TaskMetric taskMetric)
-