◆ repartitionGraph() [1/2]
| inline |
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.
| request_ | Request object containing the parameters for the operation. |
Definition at line 56826 of file KineticaFunctions.cs.
◆ repartitionGraph() [2/2]
| inline |
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.
| graph_name | Name of the graph resource to rebalance. |
| options | Optional parameters.
|
Definition at line 56896 of file KineticaFunctions.cs.
◆ RepartitionGraphAsync() [1/2]
| inline |
Rebalances an existing partitioned graph.
(async)
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.
| request_ | Request object containing the parameters for the operation. |
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 56848 of file KineticaFunctions.cs.
◆ RepartitionGraphAsync() [2/2]
| inline |
Rebalances an existing partitioned graph.
(async)
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.
| graph_name | Name of the graph resource to rebalance. |
| options | Optional parameters.
|
| cancellationToken | Cancellation token to cancel the operation. |
Definition at line 56944 of file KineticaFunctions.cs.