7 using System.Collections.Generic;
22 public class RepartitionGraphRequest : KineticaData
77 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
114 IDictionary<string, string>
options =
null)
124 public class RepartitionGraphResponse : KineticaData
128 public bool result {
get;
set; }
131 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
string graph_name
Name of the graph resource to rebalance.
RepartitionGraphRequest(string graph_name, IDictionary< string, string > options=null)
Constructs a RepartitionGraphRequest object with the specified parameters.
IDictionary< string, string > options
Optional parameters.
bool result
Indicates a successful rebalancing on all servers.
RepartitionGraphRequest()
Constructs a RepartitionGraphRequest object with default parameters.
IDictionary< string, string > info
Additional information.
const string SOURCE_NODE
The distributed shortest path solve is run from this source node to all the nodes in the graph to cre...
const string NEW_GRAPH_NAME
If a non-empty value is specified, the original graph will be kept (non-default behavior) and a new b...