Package com.gpudb.protocol
Class ShowSystemPropertiesResponse.PropertyMap
- java.lang.Object
-
- com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
-
- Enclosing class:
- ShowSystemPropertiesResponse
public static final class ShowSystemPropertiesResponse.PropertyMap extends Object
A set of string constants for theShowSystemPropertiesResponseparameterpropertyMap.A map of server configuration parameters and version information.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCONF_ENABLE_HAFlag indicating whether high availability (HA) is set up (a boolean value).static StringCONF_ENABLE_WORKER_HTTP_SERVERSBoolean value indicating whether the system is configured for multi-head ingestion.static StringCONF_HA_RING_HEAD_NODESA comma-separated string of high availability (HA) ring node URLs.static StringCONF_HM_HTTP_PORTThe host manager port number (an integer value).static StringCONF_WORKER_HTTP_SERVER_IPSSemicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the system.static StringCONF_WORKER_HTTP_SERVER_PORTSSemicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the system.static StringFALSEIndicates that the system is NOT configured for multi-head ingestion.static StringTRUEIndicates that the system is configured for multi-head ingestion.
-
-
-
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:- 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
-
-