GPUdb C++ API
Version 7.0.19.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/admin_show_shards.h>
Public Member Functions | |
AdminShowShardsResponse () | |
Constructs an AdminShowShardsResponse object with default parameter values. More... | |
Public Attributes | |
int64_t | version |
std::vector< int32_t > | rank |
std::vector< int32_t > | tom |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Show the mapping of shards to the corresponding rank and tom. The response message contains list of 16384 (total number of shards in the system) Rank and TOM numbers corresponding to each shard.
Definition at line 95 of file admin_show_shards.h.
|
inline |
Constructs an AdminShowShardsResponse object with default parameter values.
Definition at line 102 of file admin_show_shards.h.
std::map<std::string, std::string> gpudb::AdminShowShardsResponse::info |
Definition at line 113 of file admin_show_shards.h.
std::vector<int32_t> gpudb::AdminShowShardsResponse::rank |
Definition at line 111 of file admin_show_shards.h.
std::vector<int32_t> gpudb::AdminShowShardsResponse::tom |
Definition at line 112 of file admin_show_shards.h.
int64_t gpudb::AdminShowShardsResponse::version |
Definition at line 110 of file admin_show_shards.h.