GPUdb C++ API
Version 7.1.10.0
|
A set of output parameters for const. More...
#include <gpudb/protocol/repartition_graph.h>
Public Member Functions | |
RepartitionGraphResponse () | |
Constructs a RepartitionGraphResponse object with default parameter values. More... | |
Public Attributes | |
bool | result |
std::map< std::string, std::string > | info |
A set of output parameters for const.
Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Network Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Definition at line 150 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphResponse object with default parameter values.
Definition at line 157 of file repartition_graph.h.
std::map<std::string, std::string> gpudb::RepartitionGraphResponse::info |
Definition at line 164 of file repartition_graph.h.
bool gpudb::RepartitionGraphResponse::result |
Definition at line 163 of file repartition_graph.h.