Uses of Interface
org.apache.wayang.spark.monitoring.interfaces.Task
-
Packages that use Task Package Description org.apache.wayang.spark.monitoring.interfaces org.apache.wayang.spark.monitoring.metrics -
-
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 Task Modifier and Type Method Description java.util.List<Task>
Stage. getListOfTasks()
Retrieves the list of tasks to be performed.Method parameters in org.apache.wayang.spark.monitoring.interfaces with type arguments of type Task Modifier and Type Method Description void
Stage. setListOfTasks(java.util.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 Task Modifier and Type Class Description class
TaskEnd
Represents the end status of a task execution.class
TaskGettingResult
Represents the getting results of a task execution.class
TaskStart
Represents the start status of a task execution.Methods in org.apache.wayang.spark.monitoring.metrics that return types with arguments of type Task Modifier and Type Method Description java.util.List<Task>
StageCompleted. getListOfTasks()
java.util.List<Task>
StageExecutorMetrics. getListOfTasks()
java.util.List<Task>
StageSubmitted. getListOfTasks()
Method parameters in org.apache.wayang.spark.monitoring.metrics with type arguments of type Task Modifier and Type Method Description void
StageCompleted. setListOfTasks(java.util.List<Task> tasks)
void
StageExecutorMetrics. setListOfTasks(java.util.List<Task> tasks)
void
StageSubmitted. setListOfTasks(java.util.List<Task> tasks)
-