Skip to main content

◆ adminHaRefresh() [1/2]

AdminHaRefreshResponse kinetica.Kinetica.adminHaRefresh (AdminHaRefreshRequestrequest_)
inline

Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.

Additionally the cluster is put into read-only while HA is restarting.

Parameters
request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

Definition at line 1053 of file KineticaFunctions.cs.

◆ adminHaRefresh() [2/2]

AdminHaRefreshResponse kinetica.Kinetica.adminHaRefresh (IDictionary< string, string >options = null)
inline

Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.

Additionally the cluster is put into read-only while HA is restarting.

Parameters
optionsOptional parameters. The default value is an empty Dictionary.
Returns
Response object containing the result of the operation.

Definition at line 1088 of file KineticaFunctions.cs.

◆ AdminHaRefreshAsync() [1/2]

async System.Threading.Tasks.Task< AdminHaRefreshResponse > kinetica.Kinetica.AdminHaRefreshAsync (AdminHaRefreshRequestrequest_,
System.Threading.CancellationTokencancellationToken = default )
inline

Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.

(async)

Additionally the cluster is put into read-only while HA is restarting.

Parameters
request_Request object containing the parameters for the operation.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 1071 of file KineticaFunctions.cs.

◆ AdminHaRefreshAsync() [2/2]

async System.Threading.Tasks.Task< AdminHaRefreshResponse > kinetica.Kinetica.AdminHaRefreshAsync (IDictionary< string, string >options = null,
System.Threading.CancellationTokencancellationToken = default )
inline

Restarts the HA processing on the given cluster as a mechanism of accepting breaking HA conf changes.

(async)

Additionally the cluster is put into read-only while HA is restarting.

Parameters
optionsOptional parameters. The default value is an empty Dictionary.
cancellationTokenCancellation token to cancel the operation.
Returns
Task that returns the response object containing the result of the operation.

Definition at line 1104 of file KineticaFunctions.cs.