Documentation of 'edu.rit.pj.cluster.Constants' Java class
Constants
edu.rit.pj.cluster

Class Constants



  • public class Constants
    extends java.lang.Object
    Class Constants contains various constants used in the PJ cluster middleware.
    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String ALL_NETWORK_INTERFACES
      Host name referring to all network interfaces ("0.0.0.0").
      static long LEASE_EXPIRE_INTERVAL
      The lease expiration interval (150 seconds).
      static long LEASE_RENEW_INTERVAL
      The lease renewal interval (60 seconds).
      static int PJ_PORT
      The default port number to which the Job Scheduler listens for connections from job frontend processes (20617).
      static int WEB_PORT
      The default port number for the Job Scheduler's web interface (8080).
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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

You see the box below because you did not login.