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

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

#include <gpudb/protocol/admin_add_ranks.h>

Public Member Functions

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

Public Attributes

std::vector< std::string > addedRanks
 The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in hosts and configParams. More...
 
std::map< std::string, std::string > info
 Additional information. More...
 

Detailed Description

A set of results returned by GPUdb::adminAddRanks.

Definition at line 262 of file admin_add_ranks.h.

Constructor & Destructor Documentation

◆ AdminAddRanksResponse()

gpudb::AdminAddRanksResponse::AdminAddRanksResponse ( )
inline

Constructs an AdminAddRanksResponse object with default parameters.

Definition at line 267 of file admin_add_ranks.h.

Member Data Documentation

◆ addedRanks

std::vector<std::string> gpudb::AdminAddRanksResponse::addedRanks

The number assigned to each added rank, formatted as 'rankN', in the same order as the ranks in hosts and configParams.

Definition at line 279 of file admin_add_ranks.h.

◆ info

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

Additional information.

Definition at line 284 of file admin_add_ranks.h.


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