GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminAddRanks. More...
#include <gpudb/protocol/admin_add_ranks.h>
Public Member Functions | |
AdminAddRanksResponse () | |
Constructs an AdminAddRanksResponse object with default parameters. More... | |
Public Attributes | |
std::vector< std::string > | addedRanks |
The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in hosts and configParams. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminAddRanks.
Definition at line 262 of file admin_add_ranks.h.
|
inline |
Constructs an AdminAddRanksResponse object with default parameters.
Definition at line 267 of file admin_add_ranks.h.
std::vector<std::string> gpudb::AdminAddRanksResponse::addedRanks |
The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in hosts and configParams.
Definition at line 279 of file admin_add_ranks.h.
std::map<std::string, std::string> gpudb::AdminAddRanksResponse::info |
Additional information.
Definition at line 284 of file admin_add_ranks.h.