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

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

#include <gpudb/protocol/admin_remove_ranks.h>

Public Member Functions

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

Public Attributes

std::vector< int32_t > removedRanks
 
std::vector< std::string > results
 
std::map< std::string,
std::string > 
info
 

Detailed Description

A set of output parameters for const.

Remove one or more ranks from the cluster. All data in the ranks to be removed is rebalanced to other ranks before the node is removed unless the rebalance_sharded_data or rebalance_unsharded_data parameters are set to false in the options.

Due to the rebalancing, this endpoint may take a long time to run, depending on the amount of data in the system. The API call may time out if run directly. It is recommended to run this endpoint asynchronously via const.

Definition at line 157 of file admin_remove_ranks.h.

Constructor & Destructor Documentation

gpudb::AdminRemoveRanksResponse::AdminRemoveRanksResponse ( )
inline

Constructs an AdminRemoveRanksResponse object with default parameter values.

Definition at line 164 of file admin_remove_ranks.h.

Member Data Documentation

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

Definition at line 173 of file admin_remove_ranks.h.

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

Definition at line 171 of file admin_remove_ranks.h.

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

Definition at line 172 of file admin_remove_ranks.h.


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