GPUdb C++ API  Version 7.0.19.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
gpudb::AdminShowShardsRequest Struct Reference

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
 

Detailed Description

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.

Constructor & Destructor Documentation

gpudb::AdminShowShardsRequest::AdminShowShardsRequest ( )
inline

Constructs an AdminShowShardsRequest object with default parameter values.

Definition at line 27 of file admin_show_shards.h.

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.

Definition at line 39 of file admin_show_shards.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AdminShowShardsRequest::options

Definition at line 44 of file admin_show_shards.h.


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