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 voidApplication. 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 classJobEndJobEnd class represents a job's end in a system.classJobStartJobStart 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 voidApplicationEnd. setListOfJobs(java.util.List<Job> listOfJobs)voidApplicationStart. setListOfJobs(java.util.List<Job> listOfJobs)
-