Package org.apache.pinot.spi.utils
Class RebalanceConfigConstants
- java.lang.Object
-
- org.apache.pinot.spi.utils.RebalanceConfigConstants
-
public class RebalanceConfigConstants extends Object
Constants for rebalance config properties
-
-
Field Summary
Fields Modifier and Type Field Description static StringBEST_EFFORTSstatic StringBOOTSTRAPstatic booleanDEFAULT_BEST_EFFORTSstatic booleanDEFAULT_BOOTSTRAPstatic booleanDEFAULT_DOWNTIMEstatic booleanDEFAULT_DRY_RUNstatic booleanDEFAULT_INCLUDE_CONSUMINGstatic intDEFAULT_MIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIMEstatic booleanDEFAULT_REASSIGN_INSTANCESstatic StringDOWNTIMEstatic StringDRY_RUNstatic StringINCLUDE_CONSUMINGstatic StringMIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIMEstatic StringREASSIGN_INSTANCES
-
-
-
Field Detail
-
DRY_RUN
public static final String DRY_RUN
- See Also:
- Constant Field Values
-
DEFAULT_DRY_RUN
public static final boolean DEFAULT_DRY_RUN
- See Also:
- Constant Field Values
-
REASSIGN_INSTANCES
public static final String REASSIGN_INSTANCES
- See Also:
- Constant Field Values
-
DEFAULT_REASSIGN_INSTANCES
public static final boolean DEFAULT_REASSIGN_INSTANCES
- See Also:
- Constant Field Values
-
INCLUDE_CONSUMING
public static final String INCLUDE_CONSUMING
- See Also:
- Constant Field Values
-
DEFAULT_INCLUDE_CONSUMING
public static final boolean DEFAULT_INCLUDE_CONSUMING
- See Also:
- Constant Field Values
-
BOOTSTRAP
public static final String BOOTSTRAP
- See Also:
- Constant Field Values
-
DEFAULT_BOOTSTRAP
public static final boolean DEFAULT_BOOTSTRAP
- See Also:
- Constant Field Values
-
DOWNTIME
public static final String DOWNTIME
- See Also:
- Constant Field Values
-
DEFAULT_DOWNTIME
public static final boolean DEFAULT_DOWNTIME
- See Also:
- Constant Field Values
-
MIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIME
public static final String MIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIME
- See Also:
- Constant Field Values
-
DEFAULT_MIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIME
public static final int DEFAULT_MIN_REPLICAS_TO_KEEP_UP_FOR_NO_DOWNTIME
- See Also:
- Constant Field Values
-
BEST_EFFORTS
public static final String BEST_EFFORTS
- See Also:
- Constant Field Values
-
DEFAULT_BEST_EFFORTS
public static final boolean DEFAULT_BEST_EFFORTS
- See Also:
- Constant Field Values
-
-