7 using System.Collections.Generic;
191 public const string TRUE =
"true";
192 public const string FALSE =
"false";
435 public IDictionary<string, string>
options {
get; set; } =
new Dictionary<string, string>();
587 this.options =
options ??
new Dictionary<string, string>();
601 public IDictionary<string, string>
info {
get; set; } =
new Dictionary<string, string>();
A set of results returned by Kinetica.adminRebalance(IDictionary{string, string}).
const string REBALANCE_UNSHARDED_DATA
If true, unsharded data (data without primary keys and without shard keys) will be rebalanced approxi...
AdminRebalanceRequest()
Constructs an AdminRebalanceRequest object with default parameters.
IDictionary< string, string > info
Additional information.
IDictionary< string, string > options
Optional parameters.
const string REPAIR_INCORRECTLY_SHARDED_DATA
Scans for any data sharded incorrectly and re-routes the correct location.
const string REBALANCE_SHARDED_DATA
If true, sharded data will be rebalanced approximately equally across the cluster.
const string TABLE_WHITELIST
Comma-separated list of unsharded table names to rebalance.
const string AGGRESSIVENESS
Influences how much data to send per rebalance round.
A set of parameters for Kinetica.adminRebalance(IDictionary{string, string}).
const string COMPACT_ONLY
Only perform compaction, do not rebalance.
const string TABLE_BLACKLIST
Comma-separated list of unsharded table names to not rebalance.
AdminRebalanceRequest(IDictionary< string, string > options=null)
Constructs an AdminRebalanceRequest object with the specified parameters.
const string COMPACT_AFTER_REBALANCE
Perform compaction of deleted records once the rebalance completes, to reclaim memory and disk space...
KineticaData - class to help with Avro Encoding for Kinetica