Package com.gpudb.protocol
Class ShowSystemPropertiesResponse.PropertyMap
java.lang.Object
com.gpudb.protocol.ShowSystemPropertiesResponse.PropertyMap
Enclosing class:
A set of string constants for the
ShowSystemPropertiesResponse parameter propertyMap.
A map of server configuration parameters and version information.
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringFlag indicating whether high availability (HA) is set up (a boolean value).static final StringBoolean value indicating whether the system is configured for multi-head ingestion.static final StringA comma-separated string of high availability (HA) ring node URLs.static final StringThe host manager port number (an integer value).static final StringSemicolon (’;’) separated string of IP addresses of all the ingestion-enabled worker heads of the system.static final StringSemicolon (’;’) separated string of the port numbers of all the ingestion-enabled worker ranks of the system.static final StringIndicates that the system is NOT configured for multi-head ingestion.static final StringIndicates that the system is configured for multi-head ingestion.
Field Details