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 voidStage. 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 classTaskEndRepresents the end status of a task execution.classTaskGettingResultRepresents the getting results of a task execution.classTaskStartRepresents 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 voidStageCompleted. setListOfTasks(java.util.List<Task> tasks)voidStageExecutorMetrics. setListOfTasks(java.util.List<Task> tasks)voidStageSubmitted. setListOfTasks(java.util.List<Task> tasks)
-