GPUdb C++ API
Version 6.2.0.3
|
A set of output parameters for adminShowShards(const AdminShowShardsRequest&) 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 |
A set of output parameters for adminShowShards(const AdminShowShardsRequest&) 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::vector<int32_t> gpudb::AdminShowShardsResponse::rank |
Definition at line 110 of file admin_show_shards.h.
std::vector<int32_t> gpudb::AdminShowShardsResponse::tom |
Definition at line 111 of file admin_show_shards.h.
int64_t gpudb::AdminShowShardsResponse::version |
Definition at line 109 of file admin_show_shards.h.