Skip to main content

A set of string constants for the parameter ShowSystemPropertiesResponse.property_map. More…

Static Public Attributes

const string CONF_ENABLE_WORKER_HTTP_SERVERS = “conf.enable_worker_http_servers”
 Boolean value indicating whether the system is configured for multi-head ingestion.
 
const string TRUE = “TRUE”
 Indicates that the system is configured for multi-head ingestion.
 
const string FALSE = “FALSE”
 Indicates that the system is NOT configured for multi-head ingestion.
 
const string CONF_WORKER_HTTP_SERVER_IPS = “conf.worker_http_server_ips”
 Semicolon (’;’) separated string of IP addresses of all the ingestion-enabled worker heads of the system.
 
const string CONF_WORKER_HTTP_SERVER_PORTS = “conf.worker_http_server_ports”
 Semicolon (’;’) separated string of the port numbers of all the ingestion-enabled worker ranks of the system.
 
const string CONF_HM_HTTP_PORT = “conf.hm_http_port”
 The host manager port number (an integer value).
 
const string CONF_ENABLE_HA = “conf.enable_ha”
 Flag indicating whether high availability (HA) is set up (a boolean value).
 
const string CONF_HA_RING_HEAD_NODES = “conf.ha_ring_head_nodes”
 A comma-separated string of high availability (HA) ring node URLs.
 

Detailed Description

A set of string constants for the parameter ShowSystemPropertiesResponse.property_map.

A map of server configuration parameters and version information.

Definition at line 79 of file ShowSystemProperties.cs.

Member Data Documentation

◆ CONF_ENABLE_HA

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_ENABLE_HA = “conf.enable_ha”
static

Flag indicating whether high availability (HA) is set up (a boolean value).

Definition at line 123 of file ShowSystemProperties.cs.

◆ CONF_ENABLE_WORKER_HTTP_SERVERS

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_ENABLE_WORKER_HTTP_SERVERS = “conf.enable_worker_http_servers”
static

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.

Definition at line 100 of file ShowSystemProperties.cs.

◆ CONF_HA_RING_HEAD_NODES

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_HA_RING_HEAD_NODES = “conf.ha_ring_head_nodes”
static

A comma-separated string of high availability (HA) ring node URLs.

If HA is not set up, then an empty string.

Definition at line 129 of file ShowSystemProperties.cs.

◆ CONF_HM_HTTP_PORT

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_HM_HTTP_PORT = “conf.hm_http_port”
static

The host manager port number (an integer value).

Definition at line 119 of file ShowSystemProperties.cs.

◆ CONF_WORKER_HTTP_SERVER_IPS

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_WORKER_HTTP_SERVER_IPS = “conf.worker_http_server_ips”
static

Semicolon (’;’) separated string of IP addresses of all the ingestion-enabled worker heads of the system.

Definition at line 112 of file ShowSystemProperties.cs.

◆ CONF_WORKER_HTTP_SERVER_PORTS

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.CONF_WORKER_HTTP_SERVER_PORTS = “conf.worker_http_server_ports”
static

Semicolon (’;’) separated string of the port numbers of all the ingestion-enabled worker ranks of the system.

Definition at line 116 of file ShowSystemProperties.cs.

◆ FALSE

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.FALSE = “FALSE”
static

Indicates that the system is NOT configured for multi-head ingestion.

Definition at line 108 of file ShowSystemProperties.cs.

◆ TRUE

const string kinetica.ShowSystemPropertiesResponse.PropertyMap.TRUE = “TRUE”
static

Indicates that the system is configured for multi-head ingestion.

Definition at line 104 of file ShowSystemProperties.cs.


The documentation for this struct was generated from the following files: