GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminShowClusterOperationsRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AdminShowClusterOperationsRequest::AdminShowClusterOperationsRequest ( )
inline

Constructs an AdminShowClusterOperationsRequest object with default parameter values.

Definition at line 30 of file admin_show_cluster_operations.h.

gpudb::AdminShowClusterOperationsRequest::AdminShowClusterOperationsRequest ( const int32_t  historyIndex_,
const std::map< std::string, std::string > &  options_ 
)
inline

Constructs an AdminShowClusterOperationsRequest object with the specified parameters.

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.

Member Data Documentation

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.


The documentation for this struct was generated from the following file: