Uses of Class
edu.rit.util.Timer
Packages that use Timer
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.
The Util package contains utilities that support the PJ API.
-
Uses of Timer in edu.rit.pj.cluster
Fields in edu.rit.pj.cluster declared as TimerModifier and TypeFieldDescriptionJobInfo.expireTimer
Lease expiration timer.ProcessInfo.expireTimer
Lease expiration timer.JobInfo.jobTimer
Maximum job time timer.JobInfo.renewTimer
Lease renewal timer.ProcessInfo.renewTimer
Lease renewal timer.Constructors in edu.rit.pj.cluster with parameters of type TimerModifierConstructorDescriptionJobInfo
(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.ProcessInfo
(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. -
Uses of Timer in edu.rit.util
Methods in edu.rit.util that return TimerModifier and TypeMethodDescriptionTimerThread.createTimer
(TimerTask theTimerTask) Create a new timer associated with the given timer task and under the control of this timer thread.Methods in edu.rit.util with parameters of type Timer