Skip to main content
  • adminShowClusterOperations

    public AdminShowClusterOperationsResponse adminShowClusterOperations(AdminShowClusterOperationsRequest request) throws GPUdbException
    Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex. Returns details on the requested cluster operation.

    The response will also indicate how many cluster operations are stored in the history.

    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.
  • adminShowClusterOperations

    public AdminShowClusterOperationsResponse adminShowClusterOperations(int historyIndex, Map<String,String> options) throws GPUdbException
    Requests the detailed status of the current operation (by default) or a prior cluster operation specified by historyIndex. Returns details on the requested cluster operation.

    The response will also indicate how many cluster operations are stored in the history.

    Parameters:
    historyIndex - Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.
    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.