Skip to main content

◆ adminShowClusterOperations() [1/4]

AdminShowClusterOperationsResponse gpudb::GPUdb::adminShowClusterOperations (const AdminShowClusterOperationsRequest &request_) const

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
[in]request_Request object containing the parameters for the operation.
Returns
Response object containing the result of the operation.

◆ adminShowClusterOperations() [2/4]

AdminShowClusterOperationsResponse & gpudb::GPUdb::adminShowClusterOperations (const AdminShowClusterOperationsRequest &request_,
AdminShowClusterOperationsResponse &response_ ) const

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
[in]request_Request object containing the parameters for the operation.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).

◆ adminShowClusterOperations() [3/4]

AdminShowClusterOperationsResponse gpudb::GPUdb::adminShowClusterOperations (const int32_thistoryIndex,
const std::map< std::string, std::string > &options ) const

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
[in]historyIndexIndicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.
[in]optionsOptional parameters. The default value is an empty map.
Returns
Response object containing the result of the operation.

◆ adminShowClusterOperations() [4/4]

AdminShowClusterOperationsResponse & gpudb::GPUdb::adminShowClusterOperations (const int32_thistoryIndex,
const std::map< std::string, std::string > &options,
AdminShowClusterOperationsResponse &response_ ) const

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
[in]historyIndexIndicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0.
[in]optionsOptional parameters. The default value is an empty map.
[out]response_Response object containing the results of the operation.
Returns
Response object containing the result of the operation (initially passed in by reference).