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

A set of output parameters for const. More...

#include <gpudb/protocol/admin_show_cluster_operations.h>

Public Member Functions

 AdminShowClusterOperationsResponse ()
 Constructs an AdminShowClusterOperationsResponse object with default parameter values. More...
 

Public Attributes

int32_t historyIndex
 
int32_t historySize
 
bool inProgress
 
std::string startTime
 
std::string endTime
 
std::string endpoint
 
std::string endpointSchema
 
std::string overallStatus
 
bool userStopped
 
int32_t percentComplete
 
bool dryRun
 
std::vector< std::string > messages
 
bool addRanks
 
std::string addRanksStatus
 
std::vector< int32_t > ranksBeingAdded
 
std::vector< std::string > rankHosts
 
int32_t addRanksPercentComplete
 
bool removeRanks
 
std::string removeRanksStatus
 
std::vector< int32_t > ranksBeingRemoved
 
int32_t removeRanksPercentComplete
 
bool rebalance
 
bool rebalanceUnshardedData
 
std::string rebalanceUnshardedDataStatus
 
int32_t unshardedRebalancePercentComplete
 
bool rebalanceShardedData
 
int64_t shardArrayVersion
 
std::string rebalanceShardedDataStatus
 
int32_t numShardsChanging
 
int32_t shardedRebalancePercentComplete
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output 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 112 of file admin_show_cluster_operations.h.

Constructor & Destructor Documentation

gpudb::AdminShowClusterOperationsResponse::AdminShowClusterOperationsResponse ( )
inline

Constructs an AdminShowClusterOperationsResponse object with default parameter values.

Definition at line 119 of file admin_show_cluster_operations.h.

Member Data Documentation

bool gpudb::AdminShowClusterOperationsResponse::addRanks

Definition at line 166 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::addRanksPercentComplete

Definition at line 170 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::addRanksStatus

Definition at line 167 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::dryRun

Definition at line 164 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::endpoint

Definition at line 159 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::endpointSchema

Definition at line 160 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::endTime

Definition at line 158 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::historyIndex

Definition at line 154 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::historySize

Definition at line 155 of file admin_show_cluster_operations.h.

std::map<std::string, std::string> gpudb::AdminShowClusterOperationsResponse::info

Definition at line 184 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::inProgress

Definition at line 156 of file admin_show_cluster_operations.h.

std::vector<std::string> gpudb::AdminShowClusterOperationsResponse::messages

Definition at line 165 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::numShardsChanging

Definition at line 182 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::overallStatus

Definition at line 161 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::percentComplete

Definition at line 163 of file admin_show_cluster_operations.h.

std::vector<std::string> gpudb::AdminShowClusterOperationsResponse::rankHosts

Definition at line 169 of file admin_show_cluster_operations.h.

std::vector<int32_t> gpudb::AdminShowClusterOperationsResponse::ranksBeingAdded

Definition at line 168 of file admin_show_cluster_operations.h.

std::vector<int32_t> gpudb::AdminShowClusterOperationsResponse::ranksBeingRemoved

Definition at line 173 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::rebalance

Definition at line 175 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::rebalanceShardedData

Definition at line 179 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::rebalanceShardedDataStatus

Definition at line 181 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::rebalanceUnshardedData

Definition at line 176 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::rebalanceUnshardedDataStatus

Definition at line 177 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::removeRanks

Definition at line 171 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::removeRanksPercentComplete

Definition at line 174 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::removeRanksStatus

Definition at line 172 of file admin_show_cluster_operations.h.

int64_t gpudb::AdminShowClusterOperationsResponse::shardArrayVersion

Definition at line 180 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::shardedRebalancePercentComplete

Definition at line 183 of file admin_show_cluster_operations.h.

std::string gpudb::AdminShowClusterOperationsResponse::startTime

Definition at line 157 of file admin_show_cluster_operations.h.

int32_t gpudb::AdminShowClusterOperationsResponse::unshardedRebalancePercentComplete

Definition at line 178 of file admin_show_cluster_operations.h.

bool gpudb::AdminShowClusterOperationsResponse::userStopped

Definition at line 162 of file admin_show_cluster_operations.h.


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