GPUdb C++ API
Version 7.2.2.4
|
A set of results returned by GPUdb::adminShowShards. More...
#include <gpudb/protocol/admin_show_shards.h>
Public Member Functions | |
AdminShowShardsResponse () | |
Constructs an AdminShowShardsResponse object with default parameters. More... | |
Public Attributes | |
int64_t | version |
Current shard array version number. More... | |
std::vector< int32_t > | rank |
Array of ranks indexed by the shard number. More... | |
std::vector< int32_t > | tom |
Array of toms to which the corresponding shard belongs. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::adminShowShards.
Definition at line 92 of file admin_show_shards.h.
|
inline |
Constructs an AdminShowShardsResponse object with default parameters.
Definition at line 98 of file admin_show_shards.h.
std::map<std::string, std::string> gpudb::AdminShowShardsResponse::info |
Additional information.
Definition at line 124 of file admin_show_shards.h.
std::vector<int32_t> gpudb::AdminShowShardsResponse::rank |
Array of ranks indexed by the shard number.
Definition at line 114 of file admin_show_shards.h.
std::vector<int32_t> gpudb::AdminShowShardsResponse::tom |
Array of toms to which the corresponding shard belongs.
Definition at line 119 of file admin_show_shards.h.
int64_t gpudb::AdminShowShardsResponse::version |
Current shard array version number.
Definition at line 109 of file admin_show_shards.h.