Uses of Enum Class
edu.rit.pj.cluster.JobInfo.State
Packages that use JobInfo.State
Package
Description
The Cluster package contains the Parallel Java cluster middleware and the main program
for the PJ Job Scheduler Daemon process for a parallel computer.
-
Uses of JobInfo.State in edu.rit.pj.cluster
Fields in edu.rit.pj.cluster declared as JobInfo.StateMethods in edu.rit.pj.cluster that return JobInfo.StateModifier and TypeMethodDescriptionstatic JobInfo.State
Returns the enum constant of this class with the specified name.static JobInfo.State[]
JobInfo.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in edu.rit.pj.cluster with parameters of type JobInfo.StateModifierConstructorDescriptionJobInfo
(int jobnum, JobInfo.State state, long stateTime, String username, int Nn, int Np, int Nt, int count, BackendInfo[] backend, int[] cpus, int nodeCount, JobFrontendRef frontend, Timer renewTimer, Timer expireTimer, Timer jobTimer) Construct a new job information record.