A set of parameters for Kinetica.adminSwitchover.
More...
|
IList< string > | processes = new List<string>() [get, set] |
| Indicates the process identifier to switch over to another host. More...
|
|
IList< string > | destinations = new List<string>() [get, set] |
| Indicates to which host to switch over each corresponding process given in processes. More...
|
|
IDictionary< string, string > | options = new Dictionary<string, string>() [get, set] |
| Optional parameters. More...
|
|
Schema | Schema [get] |
| Avro Schema for this class More...
|
|
A set of parameters for Kinetica.adminSwitchover.
Manually switch over one or more processes to another host. Individual ranks or entire hosts may be moved to another host.
Definition at line 17 of file AdminSwitchover.cs.
◆ AdminSwitchoverRequest() [1/2]
kinetica.AdminSwitchoverRequest.AdminSwitchoverRequest |
( |
| ) |
|
|
inline |
◆ AdminSwitchoverRequest() [2/2]
kinetica.AdminSwitchoverRequest.AdminSwitchoverRequest |
( |
IList< string > |
processes, |
|
|
IList< string > |
destinations, |
|
|
IDictionary< string, string > |
options = null |
|
) |
| |
|
inline |
Constructs an AdminSwitchoverRequest object with the specified parameters.
- Parameters
-
processes | Indicates the process identifier to switch over to another host. Options are 'hostN' and 'rankN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.conf file; e.g., 'host[N].address' or 'rank[N].host'. If 'hostN' is provided, all processes on that host will be moved to another host. Each entry in this array will be switched over to the corresponding host entry at the same index in destinations . |
destinations | Indicates to which host to switch over each corresponding process given in processes . Each index must be specified as 'hostN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.conf file; e.g., 'host[N].address'. Each entry in this array will receive the corresponding process entry at the same index in processes . |
options | Optional parameters.
-
DRY_RUN: If set to TRUE, only validation checks will be performed. Nothing is switched over. Supported values:
The default value is FALSE.
The default value is an empty Dictionary. |
Definition at line 135 of file AdminSwitchover.cs.
◆ destinations
IList<string> kinetica.AdminSwitchoverRequest.destinations = new List<string>() |
|
getset |
Indicates to which host to switch over each corresponding process given in processes.
Each index must be specified as 'hostN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.conf file; e.g., 'host[N].address'. Each entry in this array will receive the corresponding process entry at the same index in processes.
Definition at line 64 of file AdminSwitchover.cs.
◆ options
IDictionary<string, string> kinetica.AdminSwitchoverRequest.options = new Dictionary<string, string>() |
|
getset |
Optional parameters.
-
DRY_RUN: If set to TRUE, only validation checks will be performed. Nothing is switched over. Supported values:
The default value is FALSE.
The default value is an empty Dictionary.
Definition at line 87 of file AdminSwitchover.cs.
◆ processes
IList<string> kinetica.AdminSwitchoverRequest.processes = new List<string>() |
|
getset |
Indicates the process identifier to switch over to another host.
Options are 'hostN' and 'rankN' where 'N' corresponds to the number associated with a host or rank in the Network section of the gpudb.conf file; e.g., 'host[N].address' or 'rank[N].host'. If 'hostN' is provided, all processes on that host will be moved to another host. Each entry in this array will be switched over to the corresponding host entry at the same index in destinations.
Definition at line 53 of file AdminSwitchover.cs.
The documentation for this class was generated from the following file: