Uses of Interface
org.apache.wayang.spark.monitoring.interfaces.Job
Packages that use Job
Package
Description
-
Uses of Job in org.apache.wayang.spark.monitoring.interfaces
Methods in org.apache.wayang.spark.monitoring.interfaces that return types with arguments of type JobModifier and TypeMethodDescriptionApplication.getListOfjobs()
Returns the list of jobs associated with the application.Method parameters in org.apache.wayang.spark.monitoring.interfaces with type arguments of type JobModifier and TypeMethodDescriptionvoid
Application.setListOfJobs
(List<Job> listOfJobs) Sets the list of jobs associated with the application. -
Uses of Job in org.apache.wayang.spark.monitoring.metrics
Classes in org.apache.wayang.spark.monitoring.metrics that implement JobModifier and TypeClassDescriptionclass
JobEnd class represents a job's end in a system.class
JobStart class represents a job's start in a system.Methods in org.apache.wayang.spark.monitoring.metrics that return types with arguments of type JobModifier and TypeMethodDescriptionApplicationEnd.getListOfjobs()
ApplicationStart.getListOfjobs()
Method parameters in org.apache.wayang.spark.monitoring.metrics with type arguments of type JobModifier and TypeMethodDescriptionvoid
ApplicationEnd.setListOfJobs
(List<Job> listOfJobs) void
ApplicationStart.setListOfJobs
(List<Job> listOfJobs)