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. | |
Public Attributes | |
| int64_t | version |
| Current shard array version number. | |
| std::vector< int32_t > | rank |
| Array of ranks indexed by the shard number. | |
| std::vector< int32_t > | tom |
| Array of toms to which the corresponding shard belongs. | |
| std::map< std::string, std::string > | info |
| Additional information. | |
Detailed Description
A set of results returned by GPUdb::adminShowShards.
Definition at line 92 of file admin_show_shards.h.
Constructor & Destructor Documentation
◆ AdminShowShardsResponse()
| inline |
Constructs an AdminShowShardsResponse object with default parameters.
Definition at line 98 of file admin_show_shards.h.
Member Data Documentation
◆ info
| std::map<std::string, std::string> gpudb::AdminShowShardsResponse::info |
Additional information.
Definition at line 124 of file admin_show_shards.h.
◆ rank
| 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.
◆ tom
| 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.
◆ version
| int64_t gpudb::AdminShowShardsResponse::version |
Current shard array version number.
Definition at line 109 of file admin_show_shards.h.
The documentation for this struct was generated from the following file:
- gpudb/protocol/admin_show_shards.h