GPUdb C++ API
Version 7.2.2.4
|
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. More... | |
Public Attributes | |
bool | result |
Indicates a successful rebalancing on all servers. More... | |
std::map< std::string, std::string > | info |
Additional information. More... | |
A set of results returned by GPUdb::repartitionGraph.
Definition at line 167 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphResponse object with default parameters.
Definition at line 173 of file repartition_graph.h.
std::map<std::string, std::string> gpudb::RepartitionGraphResponse::info |
Additional information.
Definition at line 187 of file repartition_graph.h.
bool gpudb::RepartitionGraphResponse::result |
Indicates a successful rebalancing on all servers.
Definition at line 182 of file repartition_graph.h.