7 using System.Collections.Generic;
122 public const string TRUE =
"true";
123 public const string FALSE =
"false";
169 public const string GPUS =
"gpus";
258 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
354 IDictionary<string, string>
options = null)
356 this.host_address = host_address ??
"";
357 this.options =
options ??
new Dictionary<string, string>();
377 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string GPUS
Comma-delimited list of GPU indices (starting at 1) that are eligible for running worker processes...
const string HOST_MANAGER_PUBLIC_URL
The publicly-accessible full path URL to the host manager on the host being added, e.g., 'http://172.123.45.67:9300'.
A set of parameters for Kinetica.adminAddHost(string,IDictionary{string, string}).
string added_host
Identifier for the newly added host, of the format 'hostN' where N is the integer identifier of that ...
const string DRY_RUN
If set to true, only validation checks will be performed.
const string ACCEPTS_FAILOVER
If set to true, the host will accept processes (ranks, graph server, etc.) in the event of a failover...
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
A set of results returned by Kinetica.adminAddHost(string,IDictionary{string, string}).
string host_address
IP address of the host that will be added to the cluster.
AdminAddHostRequest()
Constructs an AdminAddHostRequest object with default parameters.
AdminAddHostRequest(string host_address, IDictionary< string, string > options=null)
Constructs an AdminAddHostRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string PUBLIC_ADDRESS
The publicly-accessible IP address for the host being added, typically specified for clients using mu...
const string RAM_LIMIT
The desired RAM limit for the host being added, i.e.