Uses of Interface
org.apache.wayang.spark.monitoring.interfaces.Job
-
Packages that use Job Package Description org.apache.wayang.spark.monitoring.interfaces org.apache.wayang.spark.monitoring.metrics -
-
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 Job Modifier and Type Method Description java.util.List<Job>
Application. getListOfjobs()
Returns the list of jobs associated with the application.Method parameters in org.apache.wayang.spark.monitoring.interfaces with type arguments of type Job Modifier and Type Method Description void
Application. setListOfJobs(java.util.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 Job Modifier and Type Class Description class
JobEnd
JobEnd class represents a job's end in a system.class
JobStart
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 Job Modifier and Type Method Description java.util.List<Job>
ApplicationEnd. getListOfjobs()
java.util.List<Job>
ApplicationStart. getListOfjobs()
Method parameters in org.apache.wayang.spark.monitoring.metrics with type arguments of type Job Modifier and Type Method Description void
ApplicationEnd. setListOfJobs(java.util.List<Job> listOfJobs)
void
ApplicationStart. setListOfJobs(java.util.List<Job> listOfJobs)
-