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 TaskMetric
Stage. getTaskMetric()
Gets the task metric associated with this stage.TaskMetric
Task. getTaskMetric()
Returns theTaskMetric
associated with this task.Methods in org.apache.wayang.spark.monitoring.interfaces with parameters of type TaskMetric Modifier and Type Method Description void
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 TaskMetric Modifier and Type Method Description TaskMetric
StageCompleted. getTaskMetric()
TaskMetric
StageExecutorMetrics. getTaskMetric()
TaskMetric
StageSubmitted. getTaskMetric()
TaskMetric
TaskEnd. getTaskMetric()
TaskMetric
TaskGettingResult. getTaskMetric()
TaskMetric
TaskStart. getTaskMetric()
Methods in org.apache.wayang.spark.monitoring.metrics with parameters of type TaskMetric Modifier and Type Method Description void
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)
-