GPUdb C++ API  Version 6.2.0.3
gpudb::AdminShowShardsResponse Struct Reference

A set of output parameters for adminShowShards(const AdminShowShardsRequest&) 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
 

Detailed Description

A set of output parameters for adminShowShards(const AdminShowShardsRequest&) 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

◆ AdminShowShardsResponse()

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

◆ rank

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

Definition at line 110 of file admin_show_shards.h.

◆ tom

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

Definition at line 111 of file admin_show_shards.h.

◆ version

int64_t gpudb::AdminShowShardsResponse::version

Definition at line 109 of file admin_show_shards.h.


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