Uses of Class
org.apache.wayang.spark.monitoring.metrics.TaskMetric
Packages that use TaskMetric
Package
Description
-
Uses of TaskMetric in org.apache.wayang.spark.monitoring.interfaces
Methods in org.apache.wayang.spark.monitoring.interfaces that return TaskMetricModifier and TypeMethodDescriptionStage.getTaskMetric()Gets the task metric associated with this stage.Task.getTaskMetric()Returns theTaskMetricassociated with this task.Methods in org.apache.wayang.spark.monitoring.interfaces with parameters of type TaskMetricModifier and TypeMethodDescriptionvoidStage.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 TaskMetricModifier and TypeMethodDescriptionStageCompleted.getTaskMetric()StageExecutorMetrics.getTaskMetric()StageSubmitted.getTaskMetric()TaskEnd.getTaskMetric()TaskGettingResult.getTaskMetric()TaskStart.getTaskMetric()Methods in org.apache.wayang.spark.monitoring.metrics with parameters of type TaskMetricModifier and TypeMethodDescriptionvoidStageCompleted.setTaskMetric(TaskMetric taskMetric) voidStageExecutorMetrics.setTaskMetric(TaskMetric taskMetric) voidStageSubmitted.setTaskMetric(TaskMetric taskMetric) voidTaskEnd.setTaskMetric(TaskMetric taskMetric) voidTaskGettingResult.setTaskMetric(TaskMetric taskMetric) voidTaskStart.setTaskMetric(TaskMetric taskMetric)