public static final class AdminRemoveRanksRequest.Options extends Object
REBALANCE_SHARDED_DATA
: 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
.
REBALANCE_UNSHARDED_DATA
: 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
.
AGGRESSIVENESS
: 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'.
Map
.
A set of string constants for the parameter options
.Modifier and Type | Field and Description |
---|---|
static String |
AGGRESSIVENESS
Influences how much data is moved at a time during rebalance.
|
static String |
FALSE |
static String |
REBALANCE_SHARDED_DATA
|
static String |
TRUE |
public static final String REBALANCE_SHARDED_DATA
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
.public static final String TRUE
public static final String FALSE
public static final String REBALANCE_UNSHARDED_DATA
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
.public static final String AGGRESSIVENESS
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'.Copyright © 2024. All rights reserved.