◆ adminAddHost() [1/2]
| inline |
Adds a host to an existing cluster.
This method should be used for on-premise deployments only.
Parameters
| request_ | Request object containing the parameters for the operation. |
Returns
Response object containing the result of the operation.
Definition at line 28 of file KineticaFunctions.cs.
◆ adminAddHost() [2/2]
| inline |
Adds a host to an existing cluster.
This method should be used for on-premise deployments only.
Parameters
| host_address | IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. |
| options | Optional parameters.
|
Returns
Response object containing the result of the operation.
Definition at line 158 of file KineticaFunctions.cs.
◆ AdminAddHostAsync() [1/2]
| inline |
Adds a host to an existing cluster.
(async)
This method should be used for on-premise deployments only.
Parameters
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 45 of file KineticaFunctions.cs.
◆ AdminAddHostAsync() [2/2]
| inline |
Adds a host to an existing cluster.
(async)
This method should be used for on-premise deployments only.
Parameters
| host_address | IP address of the host that will be added to the cluster. This host must have installed the same version of Kinetica as the cluster to which it is being added. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Returns
Task that returns the response object containing the result of the operation.
Definition at line 271 of file KineticaFunctions.cs.