public static final class RepartitionGraphRequest.Options extends Object
Modifier and Type | Field and Description |
---|---|
static String |
NEW_GRAPH_NAME
If a non-empty value is specified, the original graph will be kept
(non-default behavior) and a new balanced graph will be created
under this given name.
|
static String |
SOURCE_NODE
The distributed shortest path solve is run from this source node to
all the nodes in the graph to create balanced partitions using the
iso-distance levels of the solution.
|
public static final String NEW_GRAPH_NAME
public static final String SOURCE_NODE
Copyright © 2025. All rights reserved.