Uses of Enum Class
edu.rit.pj.cluster.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
Modifier 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.ModifierConstructorDescriptionProcessInfo
(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.