Uses of Enum Class
com.pervasive.datarush.cal.JobStatus
Packages that use JobStatus
Package
Description
Provides interfaces the define the "cluster abstraction layer".
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 JobStatusModifier and TypeMethodDescriptionstatic JobStatusReturns the enum constant of this class with the specified name.static JobStatus[]JobStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.pervasive.datarush.cal with parameters of type JobStatusModifier and TypeMethodDescriptionvoidJobExecutorService.startShutdown(JobStatus status) Asynchronously begins shutdown. -
Uses of JobStatus in com.pervasive.datarush.cal.monitoring
Methods in com.pervasive.datarush.cal.monitoring that return JobStatusMethods in com.pervasive.datarush.cal.monitoring with parameters of type JobStatusModifier and TypeMethodDescriptionstatic JobStatisticsJobStatistics.forNodeStatistics(JobStatus status, JobInformation jobInfo, List<NodeStatistics> nodeStatistics) static JobStatisticsJobStatistics.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