adminShowClusterOperations
public AdminShowClusterOperationsResponse adminShowClusterOperations(AdminShowClusterOperationsRequest request) throws GPUdbException Requests the detailed status of the current operation (by default) or a prior cluster operation specified byhistoryIndex. Returns details on the requested cluster operation.The response will also indicate how many cluster operations are stored in the history.
Parameters:request-Requestobject containing the parameters for the operation.Returns:Responseobject 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 byhistoryIndex. 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 emptyMap.Returns:Responseobject containing the results of the operation.Throws:GPUdbException- if an error occurs during the operation.