Uses of Class
com.pervasive.datarush.cal.JobStatus
-
Packages that use JobStatus Package Description com.pervasive.datarush.cal Provides interfaces the define the "cluster abstraction layer".com.pervasive.datarush.cal.monitoring com.pervasive.datarush.graphs Provides classes and interfaces for the construction of executable dataflow graphs. -
-
Uses of JobStatus in com.pervasive.datarush.cal
Methods in com.pervasive.datarush.cal that return JobStatus Modifier and Type Method Description static JobStatus
JobStatus. valueOf(String name)
Returns the enum constant of this type with the specified name.static JobStatus[]
JobStatus. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.pervasive.datarush.cal with parameters of type JobStatus Modifier and Type Method Description void
JobExecutorService. startShutdown(JobStatus status)
Asynchronously begins shutdown. -
Uses of JobStatus in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return JobStatus Modifier and Type Method Description JobStatus
JobStatistics. getStatus()
Methods in com.pervasive.datarush.cal.monitoring with parameters of type JobStatus Modifier and Type Method Description static JobStatistics
JobStatistics. forNodeStatistics(JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)
static JobStatistics
JobStatistics. forNodeStatistics(String jobID, JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics)
static List<JobStatistics>
JobStatistics. multiJobStatistics(JobStatus status, List<NodeStatistics> nodeStatistics, List<JobInformation> allocatedJobs)
-
Uses of JobStatus in com.pervasive.datarush.graphs
Methods in com.pervasive.datarush.graphs that return JobStatus Modifier and Type Method Description abstract JobStatus
GraphState. jobStatus()
Returns the job status that corresponds to the given graph status.
-