Class Constants

java.lang.Object
edu.rit.pj.cluster.Constants

public class Constants extends Object
Class Constants contains various constants used in the PJ cluster middleware.
Version:
19-Oct-2006
Author:
Alan Kaminsky
  • Field Details

    • ALL_NETWORK_INTERFACES

      public static final String ALL_NETWORK_INTERFACES
      Host name referring to all network interfaces ("0.0.0.0").
      See Also:
    • 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:
    • WEB_PORT

      public static final int WEB_PORT
      The default port number for the Job Scheduler's web interface (8080).
      See Also:
    • LEASE_RENEW_INTERVAL

      public static final long LEASE_RENEW_INTERVAL
      The lease renewal interval (default is 60 seconds).
    • LEASE_EXPIRE_INTERVAL

      public static final long LEASE_EXPIRE_INTERVAL
      The lease expiration interval (default is 150 seconds).