Package com.gpudb.protocol
Class RepartitionGraphRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.RepartitionGraphRequest.Options
-
- Enclosing class:
- RepartitionGraphRequest
public static final class RepartitionGraphRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringNEW_GRAPH_NAMEIf 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 StringSOURCE_NODEThe 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.
-
-
-
Field Detail
-
NEW_GRAPH_NAME
public static final 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. When the value is empty (default), the generated 'balanced' graph will replace the original 'unbalanced' graph under the same graph name. The default value is ''.- See Also:
- Constant Field Values
-
SOURCE_NODE
public static final 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. The source node is selected by the rebalance algorithm automatically (default case when the value is an empty string). Otherwise, the user specified node is used as the source. The default value is ''.- See Also:
- Constant Field Values
-
-