Skip to main content

A set of string constants for the parameter AdminRemoveRanksRequest.options. More…

Static Public Attributes

const string REBALANCE_SHARDED_DATA = “rebalance_sharded_data”
 If TRUE, sharded data will be rebalanced approximately equally across the cluster.
 
const string TRUE = “true”
 A boolean constant for the AdminRemoveRanksRequest.Options options.
 
const string FALSE = “false”
 A boolean constant for the AdminRemoveRanksRequest.Options options.
 
const string REBALANCE_UNSHARDED_DATA = “rebalance_unsharded_data”
 If TRUE, unsharded data (a.k.a.
 
const string AGGRESSIVENESS = “aggressiveness”
 Influences how much data is moved at a time during rebalance.
 

Detailed Description

A set of string constants for the parameter AdminRemoveRanksRequest.options.

Optional parameters.

Definition at line 39 of file AdminRemoveRanks.cs.

Member Data Documentation

◆ AGGRESSIVENESS

const string kinetica.AdminRemoveRanksRequest.Options.AGGRESSIVENESS = “aggressiveness”
static

Influences how much data is moved at a time during rebalance.

A higher AGGRESSIVENESS will complete the rebalance faster. A lower AGGRESSIVENESS will take longer but allow for better interleaving between the rebalance and other queries. Valid values are constants from 1 (lowest) to 10 (highest). The default value is ‘10’.

Definition at line 111 of file AdminRemoveRanks.cs.

◆ FALSE

const string kinetica.AdminRemoveRanksRequest.Options.FALSE = “false”
static

A boolean constant for the AdminRemoveRanksRequest.Options options.

Definition at line 73 of file AdminRemoveRanks.cs.

◆ REBALANCE_SHARDED_DATA

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_SHARDED_DATA = “rebalance_sharded_data”
static

If TRUE, sharded data will be rebalanced approximately equally across the cluster.

Note that for clusters with large amounts of sharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:

The default value is TRUE.

Definition at line 65 of file AdminRemoveRanks.cs.

◆ REBALANCE_UNSHARDED_DATA

const string kinetica.AdminRemoveRanksRequest.Options.REBALANCE_UNSHARDED_DATA = “rebalance_unsharded_data”
static

If TRUE, unsharded data (a.k.a.

randomly-sharded) will be rebalanced approximately equally across the cluster. Note that for clusters with large amounts of unsharded data, this data transfer could be time consuming and result in delayed query responses. Supported values:

The default value is TRUE.

Definition at line 99 of file AdminRemoveRanks.cs.

◆ TRUE

const string kinetica.AdminRemoveRanksRequest.Options.TRUE = “true”
static

A boolean constant for the AdminRemoveRanksRequest.Options options.

Definition at line 69 of file AdminRemoveRanks.cs.


The documentation for this struct was generated from the following files: