Skip to main content
  • adminHaOffline

    public AdminHaOfflineResponse adminHaOffline(AdminHaOfflineRequest request) throws GPUdbException
    Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
    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.
  • adminHaOffline

    public AdminHaOfflineResponse adminHaOffline(boolean offline, Map<String,String> options) throws GPUdbException
    Pauses consumption of messages from other HA clusters to support data repair/recovery scenarios. In-flight queries may fail to replicate to other clusters in the ring when going offline.
    Parameters:
    offline - Set to true if desired state is offline. Supported values:
    • true
    • false
    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.