GPUdb C++ API
Version 7.2.3.0
|
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 160 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphResponse object with default parameters.
Definition at line 166 of file repartition_graph.h.
std::map<std::string, std::string> gpudb::RepartitionGraphResponse::info |
Additional information.
Definition at line 180 of file repartition_graph.h.
bool gpudb::RepartitionGraphResponse::result |
Indicates a successful rebalancing on all servers.
Definition at line 175 of file repartition_graph.h.