Skip to main content

A set of results returned by GPUdb::repartitionGraph. More…

#include <gpudb/protocol/repartition_graph.h>

Public Member Functions

 RepartitionGraphResponse ()
 Constructs a RepartitionGraphResponse object with default parameters.
 

Public Attributes

bool result
 Indicates a successful rebalancing on all servers.
 
std::map< std::string, std::string > info
 Additional information.
 

Detailed Description

A set of results returned by GPUdb::repartitionGraph.

Definition at line 160 of file repartition_graph.h.

Constructor & Destructor Documentation

◆ RepartitionGraphResponse()

gpudb::RepartitionGraphResponse::RepartitionGraphResponse ()
inline

Constructs a RepartitionGraphResponse object with default parameters.

Definition at line 166 of file repartition_graph.h.

Member Data Documentation

◆ info

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

Additional information.

Definition at line 180 of file repartition_graph.h.

◆ result

bool gpudb::RepartitionGraphResponse::result

Indicates a successful rebalancing on all servers.

Definition at line 175 of file repartition_graph.h.


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