GPUdb C++ API
Version 7.2.2.4
|
A set of parameters for GPUdb::repartitionGraph. More...
#include <gpudb/protocol/repartition_graph.h>
Public Member Functions | |
RepartitionGraphRequest () | |
Constructs a RepartitionGraphRequest object with default parameters. 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 |
Name of the graph resource to rebalance. More... | |
std::map< std::string, std::string > | options |
Optional parameters. More... | |
A set of parameters for GPUdb::repartitionGraph.
Rebalances an existing partitioned graph.
IMPORTANT: It's highly recommended that you review the Graphs & Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
Definition at line 25 of file repartition_graph.h.
|
inline |
Constructs a RepartitionGraphRequest object with default parameters.
Definition at line 30 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 77 of file repartition_graph.h.
std::string gpudb::RepartitionGraphRequest::graphName |
Name of the graph resource to rebalance.
Definition at line 86 of file repartition_graph.h.
std::map<std::string, std::string> gpudb::RepartitionGraphRequest::options |
Optional parameters.
The default value is an empty map.
Definition at line 114 of file repartition_graph.h.