◆ repartitionGraph() [1/4]
| RepartitionGraphResponse gpudb::GPUdb::repartitionGraph | ( | const RepartitionGraphRequest & | request_ | ) | const |
Rebalances an existing partitioned graph.
IMPORTANT: It’s highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
| [in] | request_ | Request object containing the parameters for the operation. |
◆ repartitionGraph() [2/4]
| RepartitionGraphResponse & gpudb::GPUdb::repartitionGraph | ( | const RepartitionGraphRequest & | request_, |
| RepartitionGraphResponse & | response_ ) const |
Rebalances an existing partitioned graph.
IMPORTANT: It’s highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
◆ repartitionGraph() [3/4]
| RepartitionGraphResponse gpudb::GPUdb::repartitionGraph | ( | const std::string & | graphName, |
| const std::map< std::string, std::string > & | options ) const |
Rebalances an existing partitioned graph.
IMPORTANT: It’s highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
| [in] | graphName | Name of the graph resource to rebalance. |
| [in] | options | Optional parameters.
|
◆ repartitionGraph() [4/4]
| RepartitionGraphResponse & gpudb::GPUdb::repartitionGraph | ( | const std::string & | graphName, |
| const std::map< std::string, std::string > & | options, | ||
| RepartitionGraphResponse & | response_ ) const |
Rebalances an existing partitioned graph.
IMPORTANT: It’s highly recommended that you review the Graphs and Solvers concepts documentation, the Graph REST Tutorial, and/or some graph examples before using this endpoint.
| [in] | graphName | Name of the graph resource to rebalance. |
| [in] | options | Optional parameters.
|
| [out] | response_ | Response object containing the results of the operation. |