◆ adminSwitchover() [1/2]
| inline |
Manually switch over one or more processes to another host.
Individual ranks or entire hosts may be moved to another host.
This method should be used for on-premise deployments only.
| request_ | Request object containing the parameters for the operation. |
Definition at line 3005 of file KineticaFunctions.cs.
◆ adminSwitchover() [2/2]
| inline |
Manually switch over one or more processes to another host.
Individual ranks or entire hosts may be moved to another host.
This method should be used for on-premise deployments only.
| 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.
|
Definition at line 3087 of file KineticaFunctions.cs.
◆ AdminSwitchoverAsync() [1/2]
| inline |
Manually switch over one or more processes to another host.
(async)
Individual ranks or entire hosts may be moved to another host.
This method should be used for on-premise deployments only.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 3025 of file KineticaFunctions.cs.
◆ AdminSwitchoverAsync() [2/2]
| inline |
Manually switch over one or more processes to another host.
(async)
Individual ranks or entire hosts may be moved to another host.
This method should be used for on-premise deployments only.
| 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.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 3151 of file KineticaFunctions.cs.