7 using System.Collections.Generic;
63 public const string TRUE =
"true";
64 public const string FALSE =
"false";
311 public IDictionary<string, string>
options {
get;
set; } =
new Dictionary<string, string>();
483 public IDictionary<string, string>
info {
get;
set; } =
new Dictionary<string, string>();
AdminRebalanceRequest()
Constructs an AdminRebalanceRequest object with default parameters.
AdminRebalanceRequest(IDictionary< string, string > options=null)
Constructs an AdminRebalanceRequest object with the specified parameters.
KineticaData - class to help with Avro Encoding for Kinetica
const string COMPACT_ONLY
If set to TRUE, ignore rebalance options and attempt to perform compaction of deleted records to recl...
const string COMPACT_AFTER_REBALANCE
Perform compaction of deleted records once the rebalance completes to reclaim memory and disk space.
A set of results returned by Kinetica.adminRebalance.
const string REBALANCE_SHARDED_DATA
If TRUE, sharded data will be rebalanced approximately equally across the cluster.
const string AGGRESSIVENESS
Influences how much data is moved at a time during rebalance.
const string REPAIR_INCORRECTLY_SHARDED_DATA
Scans for any data sharded incorrectly and re-routes the data to the correct location.
const string TABLE_INCLUDES
Comma-separated list of unsharded table names to rebalance.
IDictionary< string, string > info
Additional information.
A set of parameters for Kinetica.adminRebalance.
const string REBALANCE_UNSHARDED_DATA
If TRUE, unsharded data (a.k.a.
const string TABLE_EXCLUDES
Comma-separated list of unsharded table names to not rebalance.
IDictionary< string, string > options
Optional parameters.
A set of string constants for the parameter options.