GPUdb C++ API
Version 7.0.19.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/admin_show_shards.h>
Public Member Functions | |
AdminShowShardsRequest () | |
Constructs an AdminShowShardsRequest object with default parameter values. More... | |
AdminShowShardsRequest (const std::map< std::string, std::string > &options_) | |
Constructs an AdminShowShardsRequest object with the specified parameters. More... | |
Public Attributes | |
std::map< std::string, std::string > | options |
A set of input 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 20 of file admin_show_shards.h.
|
inline |
Constructs an AdminShowShardsRequest object with default parameter values.
Definition at line 27 of file admin_show_shards.h.
|
inline |
Constructs an AdminShowShardsRequest object with the specified parameters.
[in] | options_ | Optional parameters. |
Definition at line 39 of file admin_show_shards.h.
std::map<std::string, std::string> gpudb::AdminShowShardsRequest::options |
Definition at line 44 of file admin_show_shards.h.