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

A set of results returned by GPUdb::adminRemoveRanks. More...

#include <gpudb/protocol/admin_remove_ranks.h>

Public Member Functions

 AdminRemoveRanksResponse ()
 Constructs an AdminRemoveRanksResponse object with default parameters. More...
 

Public Attributes

std::vector< std::string > removedRanks
 The number assigned to each rank removed from the cluster. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminRemoveRanks.

Definition at line 259 of file admin_remove_ranks.h.

Constructor & Destructor Documentation

◆ AdminRemoveRanksResponse()

gpudb::AdminRemoveRanksResponse::AdminRemoveRanksResponse ( )
inline

Constructs an AdminRemoveRanksResponse object with default parameters.

Definition at line 265 of file admin_remove_ranks.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 280 of file admin_remove_ranks.h.

◆ removedRanks

std::vector<std::string> gpudb::AdminRemoveRanksResponse::removedRanks

The number assigned to each rank removed from the cluster.

This array will be empty if the operation fails.

Definition at line 275 of file admin_remove_ranks.h.


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