GPUdb C++ API
Version 7.1.10.0
|
A set of input parameters for const. More...
#include <gpudb/protocol/repartition_graph.h>
Public Member Functions | |
RepartitionGraphRequest () | |
Constructs a RepartitionGraphRequest object with default parameter values. More... | |
RepartitionGraphRequest (const std::string &graphName_, const std::map< std::string, std::string > &options_) | |
Constructs a RepartitionGraphRequest object with the specified parameters. More... | |
Public Attributes | |
std::string | graphName |
std::map< std::string, std::string > | options |
A set of input 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 28 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphRequest object with default parameter values.
Definition at line 35 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphRequest object with the specified parameters.
[in] | graphName_ | Name of the graph resource to rebalance. |
[in] | options_ | Optional parameters.
|
Definition at line 78 of file repartition_graph.h.
std::string gpudb::RepartitionGraphRequest::graphName |
Definition at line 84 of file repartition_graph.h.
std::map<std::string, std::string> gpudb::RepartitionGraphRequest::options |
Definition at line 85 of file repartition_graph.h.