Uses of Enum Class
edu.rit.pj.cluster.BackendInfo.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 BackendInfo.State in edu.rit.pj.cluster
Modifier and TypeMethodDescriptionstatic BackendInfo.State
Returns the enum constant of this class with the specified name.static BackendInfo.State[]
BackendInfo.State.values()
Returns an array containing the constants of this enum class, in the order they are declared.ModifierConstructorDescriptionBackendInfo
(String name, int totalCpus, BackendInfo.State state, long stateTime, String host, String jvm, String classpath, String[] jvmflags, String shellCommand) Construct a new backend information record.