Skip to main content

Class ShowSystemPropertiesResponse.PropertyMap

java.lang.Object
com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap

public static final class ShowSystemPropertiesResponse.PropertyMap extends Object
A set of string constants for the ShowSystemPropertiesResponse parameter propertyMap.

A map of server configuration parameters and version information.

  • Field Details

    • 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.
    • TRUE

      public static final String TRUE
      Indicates that the system is configured for multi-head ingestion.
    • FALSE

      public static final String FALSE
      Indicates that the system is NOT configured for multi-head ingestion.
    • 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.
    • 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.
    • CONF_HM_HTTP_PORT

      public static final String CONF_HM_HTTP_PORT
      The host manager port number (an integer value).
    • CONF_ENABLE_HA

      public static final String CONF_ENABLE_HA
      Flag indicating whether high availability (HA) is set up (a boolean value).
    • 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.