public static final class ShowSystemPropertiesResponse.PropertyMap extends Object
CONF_ENABLE_WORKER_HTTP_SERVERS
: Boolean value indicating whether the
system is configured for multi-head ingestion.
Supported values:
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
: Semicolon (';') separated string of the
port numbers of all the ingestion-enabled worker ranks of the system.
CONF_HM_HTTP_PORT
: The host manager port number (an integer value).
CONF_ENABLE_HA
: Flag indicating whether high availability (HA) is set
up (a boolean value).
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.
propertyMap
.Modifier and Type | Field and Description |
---|---|
static String |
CONF_ENABLE_HA
Flag indicating whether high availability (HA) is set up (a boolean
value).
|
static String |
CONF_ENABLE_WORKER_HTTP_SERVERS
Boolean value indicating whether the system is configured for
multi-head ingestion.
|
static String |
CONF_HA_RING_HEAD_NODES
A comma-separated string of high availability (HA) ring node URLs.
|
static String |
CONF_HM_HTTP_PORT
The host manager port number (an integer value).
|
static String |
CONF_WORKER_HTTP_SERVER_IPS
Semicolon (';') separated string of IP addresses of all the
ingestion-enabled worker heads of the system.
|
static String |
CONF_WORKER_HTTP_SERVER_PORTS
Semicolon (';') separated string of the port numbers of all the
ingestion-enabled worker ranks of the system.
|
static String |
FALSE
Indicates that the system is NOT configured for multi-head
ingestion.
|
static String |
TRUE
Indicates that the system is configured for multi-head ingestion.
|
public static final String CONF_ENABLE_WORKER_HTTP_SERVERS
public static final String TRUE
public static final String FALSE
public static final String CONF_WORKER_HTTP_SERVER_IPS
public static final String CONF_WORKER_HTTP_SERVER_PORTS
public static final String CONF_HM_HTTP_PORT
public static final String CONF_ENABLE_HA
public static final String CONF_HA_RING_HEAD_NODES
Copyright © 2020. All rights reserved.