GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminRemoveRanks. More...
#include <gpudb/protocol/admin_remove_ranks.h>
Public Member Functions | |
AdminRemoveRanksResponse () | |
Constructs an AdminRemoveRanksResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | removedRanks |
The number assigned to each rank removed from the cluster. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminRemoveRanks.
Definition at line 259 of file admin_remove_ranks.h.
|
inline |
Constructs an AdminRemoveRanksResponse object with default parameters.
Definition at line 265 of file admin_remove_ranks.h.
std::map<std::string, std::string> gpudb::AdminRemoveRanksResponse::info |
Additional information.
Definition at line 280 of file admin_remove_ranks.h.
std::vector<std::string> gpudb::AdminRemoveRanksResponse::removedRanks |
The number assigned to each rank removed from the cluster.
This array will be empty if the operation fails.
Definition at line 275 of file admin_remove_ranks.h.