GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::adminShowShards. More...
#include <gpudb/protocol/admin_show_shards.h>
Public Member Functions | |
AdminShowShardsRequest () | |
Constructs an AdminShowShardsRequest object with default parameters. 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 |
Optional parameters. More... | |
A set of parameters for GPUdb::adminShowShards.
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 parameters.
Definition at line 25 of file admin_show_shards.h.
|
inline |
Constructs an AdminShowShardsRequest object with the specified parameters.
[in] | options_ | Optional parameters. The default value is an empty map. |
Definition at line 37 of file admin_show_shards.h.
std::map<std::string, std::string> gpudb::AdminShowShardsRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 45 of file admin_show_shards.h.