◆ adminAlterHost() [1/2]
| inline |
Alter properties on an existing host in the cluster.
Currently, the only property that can be altered is a hosts ability to accept failover processes.
| request_ | Request object containing the parameters for the operation. |
Definition at line 571 of file KineticaFunctions.cs.
◆ adminAlterHost() [2/2]
| inline |
Alter properties on an existing host in the cluster.
Currently, the only property that can be altered is a hosts ability to accept failover processes.
| host | Identifies the host this applies to. Can be the host address, or formatted as ‘hostN’ where N is the host number as specified in gpudb.conf. |
| options | Optional parameters.
|
Definition at line 635 of file KineticaFunctions.cs.
◆ AdminAlterHostAsync() [1/2]
| inline |
Alter properties on an existing host in the cluster.
(async)
Currently, the only property that can be altered is a hosts ability to accept failover processes.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 589 of file KineticaFunctions.cs.
◆ AdminAlterHostAsync() [2/2]
| inline |
Alter properties on an existing host in the cluster.
(async)
Currently, the only property that can be altered is a hosts ability to accept failover processes.
| host | Identifies the host this applies to. Can be the host address, or formatted as ‘hostN’ where N is the host number as specified in gpudb.conf. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 682 of file KineticaFunctions.cs.