GPUdb C++ API  Version 7.2.2.4
gpudb::AdminShowShardsRequest Struct Reference

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...
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ AdminShowShardsRequest() [1/2]

gpudb::AdminShowShardsRequest::AdminShowShardsRequest ( )
inline

Constructs an AdminShowShardsRequest object with default parameters.

Definition at line 25 of file admin_show_shards.h.

◆ AdminShowShardsRequest() [2/2]

gpudb::AdminShowShardsRequest::AdminShowShardsRequest ( const std::map< std::string, std::string > &  options_)
inline

Constructs an AdminShowShardsRequest object with the specified parameters.

Parameters
[in]options_Optional parameters. The default value is an empty map.

Definition at line 37 of file admin_show_shards.h.

Member Data Documentation

◆ options

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.


The documentation for this struct was generated from the following file: