◆ 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.
| [in] | request_ | Request object containing the parameters for 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.
◆ adminShowClusterOperations() [3/4]
| AdminShowClusterOperationsResponse gpudb::GPUdb::adminShowClusterOperations | ( | const int32_t | historyIndex, |
| 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.
| [in] | historyIndex | Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. |
| [in] | options | Optional parameters. The default value is an empty map. |
◆ adminShowClusterOperations() [4/4]
| AdminShowClusterOperationsResponse & gpudb::GPUdb::adminShowClusterOperations | ( | const int32_t | historyIndex, |
| 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.
| [in] | historyIndex | Indicates which cluster operation to retrieve. Use 0 for the most recent. The default value is 0. |
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |