Uses of Class
edu.rit.pj.cluster.BackendInfo
Packages that use BackendInfo
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 in edu.rit.pj.cluster
Fields in edu.rit.pj.cluster declared as BackendInfoModifier and TypeFieldDescriptionJobInfo.backend
Array of backend nodes for each process assigned to the job in rank order.Methods in edu.rit.pj.cluster that return BackendInfoModifier and TypeMethodDescriptionConfiguration.getBackendInfo
(int i) Returns information about the given backend processor.Methods in edu.rit.pj.cluster that return types with arguments of type BackendInfoModifier and TypeMethodDescriptionConfiguration.getBackendInfoList()
Returns information about all backend processors.Constructors in edu.rit.pj.cluster with parameters of type BackendInfoModifierConstructorDescriptionJobInfo
(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.