GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_show_cluster_operations.h>
Public Member Functions | |
AdminShowClusterOperationsRequest () | |
Constructs an AdminShowClusterOperationsRequest object with default parameter values. More... | |
AdminShowClusterOperationsRequest (const int32_t historyIndex_, const std::map< std::string, std::string > &options_) | |
Constructs an AdminShowClusterOperationsRequest object with the specified parameters. More... | |
Public Attributes | |
int32_t | historyIndex |
std::map< std::string, std::string > | options |
A set of input parameters for 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.
Definition at line 23 of file admin_show_cluster_operations.h.
|
inline |
Constructs an AdminShowClusterOperationsRequest object with default parameter values.
Definition at line 30 of file admin_show_cluster_operations.h.
|
inline |
Constructs an AdminShowClusterOperationsRequest object with the specified parameters.
[in] | historyIndex_ | Indicates which cluster operation to retrieve. Use 0 for the most recent. |
[in] | options_ | Optional parameters. |
Definition at line 45 of file admin_show_cluster_operations.h.
int32_t gpudb::AdminShowClusterOperationsRequest::historyIndex |
Definition at line 51 of file admin_show_cluster_operations.h.
std::map<std::string, std::string> gpudb::AdminShowClusterOperationsRequest::options |
Definition at line 52 of file admin_show_cluster_operations.h.