◆ adminShowShards() [1/4]
| AdminShowShardsResponse gpudb::GPUdb::adminShowShards | ( | const AdminShowShardsRequest & | request_ | ) | 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.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ adminShowShards() [2/4]
| AdminShowShardsResponse & gpudb::GPUdb::adminShowShards | ( | const AdminShowShardsRequest & | request_, |
| AdminShowShardsResponse & | response_ ) 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.
◆ adminShowShards() [3/4]
| AdminShowShardsResponse gpudb::GPUdb::adminShowShards | ( | const std::map< std::string, std::string > & | options | ) | 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.
| [in] | options | Optional parameters. The default value is an empty map. |
◆ adminShowShards() [4/4]
| AdminShowShardsResponse & gpudb::GPUdb::adminShowShards | ( | const std::map< std::string, std::string > & | options, |
| AdminShowShardsResponse & | response_ ) 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.
| [in] | options | Optional parameters. The default value is an empty map. |
| [out] | response_ | Response object containing the results of the operation. |