edu.rit.pj.cluster
Class Constants
- java.lang.Object
-
- edu.rit.pj.cluster.Constants
-
public class Constants extends java.lang.ObjectClass Constants contains various constants used in the PJ cluster middleware.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.StringALL_NETWORK_INTERFACESHost name referring to all network interfaces ("0.0.0.0").static longLEASE_EXPIRE_INTERVALThe lease expiration interval (150 seconds).static longLEASE_RENEW_INTERVALThe lease renewal interval (60 seconds).static intPJ_PORTThe default port number to which the Job Scheduler listens for connections from job frontend processes (20617).static intWEB_PORTThe default port number for the Job Scheduler's web interface (8080).
-
-
-
Field Detail
-
ALL_NETWORK_INTERFACES
public static final java.lang.String ALL_NETWORK_INTERFACES
Host name referring to all network interfaces ("0.0.0.0").- See Also:
- Constant Field Values
-
PJ_PORT
public static final int PJ_PORT
The default port number to which the Job Scheduler listens for connections from job frontend processes (20617).- See Also:
- Constant Field Values
-
WEB_PORT
public static final int WEB_PORT
The default port number for the Job Scheduler's web interface (8080).- See Also:
- Constant Field Values
-
LEASE_RENEW_INTERVAL
public static final long LEASE_RENEW_INTERVAL
The lease renewal interval (60 seconds).- See Also:
- Constant Field Values
-
LEASE_EXPIRE_INTERVAL
public static final long LEASE_EXPIRE_INTERVAL
The lease expiration interval (150 seconds).- See Also:
- Constant Field Values
-
-
DMelt 3.0 © DataMelt by jWork.ORG