7 using System.Collections.Generic;
128 public const string TRUE =
"true";
129 public const string FALSE =
"false";
171 public IList<string>
ranks {
get; set; } =
new List<string>();
233 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
313 IDictionary<string, string>
options = null)
315 this.ranks = ranks ??
new List<string>();
316 this.options =
options ??
new Dictionary<string, string>();
334 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
const string AGGRESSIVENESS
Influences how much data is moved at a time during rebalance.
const string REBALANCE_UNSHARDED_DATA
If true, unsharded data (a.k.a.
IDictionary< string, string > options
Optional parameters.
AdminRemoveRanksRequest(IList< string > ranks, IDictionary< string, string > options=null)
Constructs an AdminRemoveRanksRequest object with the specified parameters.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.adminRemoveRanks(IList{string},IDictionary{string, string}).
IList< string > removed_ranks
The number assigned to each rank removed from the cluster.
IList< string > ranks
Each array value designates one or more ranks to remove from the cluster.
KineticaData - class to help with Avro Encoding for Kinetica
AdminRemoveRanksRequest()
Constructs an AdminRemoveRanksRequest object with default parameters.
A set of results returned by Kinetica.adminRemoveRanks(IList{string},IDictionary{string, string}).
const string REBALANCE_SHARDED_DATA
If true, sharded data will be rebalanced approximately equally across the cluster.