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 TypeMethodDescriptionvoidApplication.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 TypeClassDescriptionclassJobEnd class represents a job's end in a system.classJobStart 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 TypeMethodDescriptionvoidApplicationEnd.setListOfJobs(List<Job> listOfJobs) voidApplicationStart.setListOfJobs(List<Job> listOfJobs)