Uses of Interface
org.apache.wayang.spark.monitoring.interfaces.Task
Packages that use Task
Package
Description
-
Uses of Task in org.apache.wayang.spark.monitoring.interfaces
Methods in org.apache.wayang.spark.monitoring.interfaces that return types with arguments of type TaskModifier and TypeMethodDescriptionStage.getListOfTasks()Retrieves the list of tasks to be performed.Method parameters in org.apache.wayang.spark.monitoring.interfaces with type arguments of type TaskModifier and TypeMethodDescriptionvoidStage.setListOfTasks(List<Task> tasks) Sets the list of tasks to be performed. -
Uses of Task in org.apache.wayang.spark.monitoring.metrics
Classes in org.apache.wayang.spark.monitoring.metrics that implement TaskModifier and TypeClassDescriptionclassRepresents the end status of a task execution.classRepresents the getting results of a task execution.classRepresents the start status of a task execution.Methods in org.apache.wayang.spark.monitoring.metrics that return types with arguments of type TaskModifier and TypeMethodDescriptionStageCompleted.getListOfTasks()StageExecutorMetrics.getListOfTasks()StageSubmitted.getListOfTasks()Method parameters in org.apache.wayang.spark.monitoring.metrics with type arguments of type TaskModifier and TypeMethodDescriptionvoidStageCompleted.setListOfTasks(List<Task> tasks) voidStageExecutorMetrics.setListOfTasks(List<Task> tasks) voidStageSubmitted.setListOfTasks(List<Task> tasks)