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

A set of output parameters for const. More...

#include <gpudb/protocol/admin_show_shards.h>

Public Member Functions

 AdminShowShardsResponse ()
 Constructs an AdminShowShardsResponse object with default parameter values. More...
 

Public Attributes

int64_t version
 
std::vector< int32_t > rank
 
std::vector< int32_t > tom
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output 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 95 of file admin_show_shards.h.

Constructor & Destructor Documentation

gpudb::AdminShowShardsResponse::AdminShowShardsResponse ( )
inline

Constructs an AdminShowShardsResponse object with default parameter values.

Definition at line 102 of file admin_show_shards.h.

Member Data Documentation

std::map<std::string, std::string> gpudb::AdminShowShardsResponse::info

Definition at line 113 of file admin_show_shards.h.

std::vector<int32_t> gpudb::AdminShowShardsResponse::rank

Definition at line 111 of file admin_show_shards.h.

std::vector<int32_t> gpudb::AdminShowShardsResponse::tom

Definition at line 112 of file admin_show_shards.h.

int64_t gpudb::AdminShowShardsResponse::version

Definition at line 110 of file admin_show_shards.h.


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