Skip to main content
  • adminHaRefresh

    public AdminHaRefreshResponse adminHaRefresh(AdminHaRefreshRequest request) throws GPUdbException
    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 results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.
  • adminHaRefresh

    public AdminHaRefreshResponse adminHaRefresh(Map<String,String> options) throws GPUdbException
    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:
    options - Optional parameters. The default value is an empty Map.
    Returns:
    Response object containing the results of the operation.
    Throws:
    GPUdbException - if an error occurs during the operation.