Skip to main content
  • adminBackupEnd

    public AdminBackupEndResponse adminBackupEnd(AdminBackupEndRequest request) throws GPUdbException
    Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
    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.
  • adminBackupEnd

    public AdminBackupEndResponse adminBackupEnd(Map<String,String> options) throws GPUdbException
    Restores the system to normal operating mode after a backup has completed, allowing any queries that were blocked to complete.
    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.