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. | |
Public Attributes | |
| std::vector< std::string > | removedRanks |
| The number assigned to each rank removed from the cluster. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminRemoveRanks.
Definition at line 259 of file admin_remove_ranks.h.
Constructor & Destructor Documentation
◆ AdminRemoveRanksResponse()
| inline |
Constructs an AdminRemoveRanksResponse object with default parameters.
Definition at line 265 of file admin_remove_ranks.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AdminRemoveRanksResponse::info |
Additional information.
Definition at line 280 of file admin_remove_ranks.h.
◆ removedRanks
| 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.
The documentation for this struct was generated from the following file:
- gpudb/protocol/admin_remove_ranks.h