Package edu.rit.pj.cluster
Class Constants
java.lang.Object
edu.rit.pj.cluster.Constants
Class Constants contains various constants used in the PJ cluster middleware.
- Version:
- 19-Oct-2006
- Author:
- Alan Kaminsky
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
Host name referring to all network interfaces ("0.0.0.0"
).static final long
The lease expiration interval (default is 150 seconds).static final long
The lease renewal interval (default is 60 seconds).static final int
The default port number to which the Job Scheduler listens for connections from job frontend processes (20617).static final int
The default port number for the Job Scheduler's web interface (8080). -
Method Summary
-
Field Details
-
ALL_NETWORK_INTERFACES
Host name referring to all network interfaces ("0.0.0.0"
).- See Also:
-
PJ_PORT
public static final int PJ_PORTThe default port number to which the Job Scheduler listens for connections from job frontend processes (20617).- See Also:
-
WEB_PORT
public static final int WEB_PORTThe default port number for the Job Scheduler's web interface (8080).- See Also:
-
LEASE_RENEW_INTERVAL
public static final long LEASE_RENEW_INTERVALThe lease renewal interval (default is 60 seconds). -
LEASE_EXPIRE_INTERVAL
public static final long LEASE_EXPIRE_INTERVALThe lease expiration interval (default is 150 seconds).
-