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 theTaskMetric
associated with this task.Methods in org.apache.wayang.spark.monitoring.interfaces with parameters of type TaskMetricModifier and TypeMethodDescriptionvoid
Stage.setTaskMetric
(TaskMetric taskMetric) Sets the task metric associated with this stage.void
Task.setTaskMetric
(TaskMetric taskMetric) Sets theTaskMetric
associated 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 TypeMethodDescriptionvoid
StageCompleted.setTaskMetric
(TaskMetric taskMetric) void
StageExecutorMetrics.setTaskMetric
(TaskMetric taskMetric) void
StageSubmitted.setTaskMetric
(TaskMetric taskMetric) void
TaskEnd.setTaskMetric
(TaskMetric taskMetric) void
TaskGettingResult.setTaskMetric
(TaskMetric taskMetric) void
TaskStart.setTaskMetric
(TaskMetric taskMetric)