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 TypeMethodDescriptionvoid
Stage.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 TypeClassDescriptionclass
Represents the end status of a task execution.class
Represents the getting results of a task execution.class
Represents 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 TypeMethodDescriptionvoid
StageCompleted.setListOfTasks
(List<Task> tasks) void
StageExecutorMetrics.setListOfTasks
(List<Task> tasks) void
StageSubmitted.setListOfTasks
(List<Task> tasks)