public static final class ShowSystemPropertiesResponse.PropertyMap extends Object
propertyMap
.Modifier and Type | Field and Description |
---|---|
static String |
CONF_ENABLE_WORKER_HTTP_SERVERS
Boolean value indicating whether the GPUdb server is configured for multi-head ingestion.
|
static String |
CONF_WORKER_HTTP_SERVER_IPS
Semicolon (';') separated string of IP addresses of all the ingestion-enabled worker heads of the GPUdb server.
|
static String |
CONF_WORKER_HTTP_SERVER_PORTS
Semicolon (';') separated string of the port numbers of all the ingestion-enabled worker ranks of the GPUdb server.
|
static String |
FALSE
Indicates that the GPUdb server is NOT configured for multi-head ingestion.
|
static String |
TRUE
Indicates that the GPUdb server 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
Copyright © 2016. All rights reserved.