Class ShowSystemPropertiesResponse.PropertyMap

    • Field Detail

      • CONF_ENABLE_WORKER_HTTP_SERVERS

        public static final String CONF_ENABLE_WORKER_HTTP_SERVERS
        Boolean value indicating whether the system is configured for multi-head ingestion. Supported values:
        • TRUE: Indicates that the system is configured for multi-head ingestion.
        • FALSE: Indicates that the system is NOT configured for multi-head ingestion.
        See Also:
        Constant Field Values
      • TRUE

        public static final String TRUE
        Indicates that the system is configured for multi-head ingestion.
        See Also:
        Constant Field Values
      • FALSE

        public static final String FALSE
        Indicates that the system is NOT configured for multi-head ingestion.
        See Also:
        Constant Field Values
      • CONF_WORKER_HTTP_SERVER_IPS

        public static final String CONF_WORKER_HTTP_SERVER_IPS
        Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system.
        See Also:
        Constant Field Values
      • CONF_WORKER_HTTP_SERVER_PORTS

        public static final String CONF_WORKER_HTTP_SERVER_PORTS
        Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system.
        See Also:
        Constant Field Values
      • CONF_HM_HTTP_PORT

        public static final String CONF_HM_HTTP_PORT
        The host manager port number (an integer value).
        See Also:
        Constant Field Values
      • CONF_ENABLE_HA

        public static final String CONF_ENABLE_HA
        Flag indicating whether high availability (HA) is set up (a boolean value).
        See Also:
        Constant Field Values
      • CONF_HA_RING_HEAD_NODES

        public static final String CONF_HA_RING_HEAD_NODES
        A comma-separated string of high availability (HA) ring node URLs. If HA is not set up, then an empty string.
        See Also:
        Constant Field Values