Package com.gpudb.protocol
Class AdminRemoveRanksRequest.Options
- java.lang.Object
-
- com.gpudb.protocol.AdminRemoveRanksRequest.Options
-
- Enclosing class:
- AdminRemoveRanksRequest
public static final class AdminRemoveRanksRequest.Options extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringAGGRESSIVENESSInfluences how much data is moved at a time during rebalance.static StringFALSEstatic StringREBALANCE_SHARDED_DATAIfTRUE, sharded data will be rebalanced approximately equally across the cluster.static StringREBALANCE_UNSHARDED_DATAIfTRUE, unsharded data (a.k.a.static StringTRUE
-
-
-
Field Detail
-
REBALANCE_SHARDED_DATA
public static final String REBALANCE_SHARDED_DATA
IfTRUE, 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 isTRUE.- See Also:
- Constant Field Values
-
TRUE
public static final String TRUE
- See Also:
- Constant Field Values
-
FALSE
public static final String FALSE
- See Also:
- Constant Field Values
-
REBALANCE_UNSHARDED_DATA
public static final String REBALANCE_UNSHARDED_DATA
IfTRUE, 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 isTRUE.- See Also:
- Constant Field Values
-
AGGRESSIVENESS
public static final String AGGRESSIVENESS
Influences how much data is moved at a time during rebalance. A higherAGGRESSIVENESSwill complete the rebalance faster. A lowerAGGRESSIVENESSwill 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'.- See Also:
- Constant Field Values
-
-