Uses of Enum Class
edu.rit.pj.cluster.ProcessInfo.State
Packages that use ProcessInfo.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 ProcessInfo.State in edu.rit.pj.cluster
Fields in edu.rit.pj.cluster declared as ProcessInfo.StateMethods in edu.rit.pj.cluster that return ProcessInfo.StateModifier and TypeMethodDescriptionstatic ProcessInfo.State
Returns the enum constant of this class with the specified name.static ProcessInfo.State[]
ProcessInfo.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 ProcessInfo.StateModifierConstructorDescriptionProcessInfo
(ProcessInfo.State state, String name, int rank, JobBackendRef backend, InetSocketAddress middlewareAddress, InetSocketAddress worldAddress, InetSocketAddress frontendAddress, Timer renewTimer, Timer expireTimer, int Nt) Construct a new job information record.