Package org.apache.pinot.spi.utils
Class CommonConstants.Broker.AdaptiveServerSelector
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Broker.AdaptiveServerSelector
-
- Enclosing class:
- CommonConstants.Broker
public static class CommonConstants.Broker.AdaptiveServerSelector extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonConstants.Broker.AdaptiveServerSelector.TypeAdaptive Server Selection feature has 2 parts: 1.
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_OF_AUTODECAY_WINDOW_MSstatic StringCONFIG_OF_AVG_INITIALIZATION_VALstatic StringCONFIG_OF_ENABLE_STATS_COLLECTIONstatic StringCONFIG_OF_EWMA_ALPHAstatic StringCONFIG_OF_HYBRID_SCORE_EXPONENTstatic StringCONFIG_OF_STATS_MANAGER_THREADPOOL_SIZEstatic StringCONFIG_OF_TYPEstatic StringCONFIG_OF_WARMUP_DURATION_MSstatic longDEFAULT_AUTODECAY_WINDOW_MSstatic doubleDEFAULT_AVG_INITIALIZATION_VALstatic booleanDEFAULT_ENABLE_STATS_COLLECTIONstatic doubleDEFAULT_EWMA_ALPHAstatic intDEFAULT_HYBRID_SCORE_EXPONENTstatic intDEFAULT_STATS_MANAGER_THREADPOOL_SIZEstatic StringDEFAULT_TYPEstatic longDEFAULT_WARMUP_DURATION_MS
-
Constructor Summary
Constructors Constructor Description AdaptiveServerSelector()
-
-
-
Field Detail
-
CONFIG_OF_TYPE
public static final String CONFIG_OF_TYPE
- See Also:
- Constant Field Values
-
DEFAULT_TYPE
public static final String DEFAULT_TYPE
-
CONFIG_OF_ENABLE_STATS_COLLECTION
public static final String CONFIG_OF_ENABLE_STATS_COLLECTION
- See Also:
- Constant Field Values
-
DEFAULT_ENABLE_STATS_COLLECTION
public static final boolean DEFAULT_ENABLE_STATS_COLLECTION
- See Also:
- Constant Field Values
-
CONFIG_OF_EWMA_ALPHA
public static final String CONFIG_OF_EWMA_ALPHA
- See Also:
- Constant Field Values
-
DEFAULT_EWMA_ALPHA
public static final double DEFAULT_EWMA_ALPHA
- See Also:
- Constant Field Values
-
CONFIG_OF_AUTODECAY_WINDOW_MS
public static final String CONFIG_OF_AUTODECAY_WINDOW_MS
- See Also:
- Constant Field Values
-
DEFAULT_AUTODECAY_WINDOW_MS
public static final long DEFAULT_AUTODECAY_WINDOW_MS
- See Also:
- Constant Field Values
-
CONFIG_OF_WARMUP_DURATION_MS
public static final String CONFIG_OF_WARMUP_DURATION_MS
- See Also:
- Constant Field Values
-
DEFAULT_WARMUP_DURATION_MS
public static final long DEFAULT_WARMUP_DURATION_MS
- See Also:
- Constant Field Values
-
CONFIG_OF_AVG_INITIALIZATION_VAL
public static final String CONFIG_OF_AVG_INITIALIZATION_VAL
- See Also:
- Constant Field Values
-
DEFAULT_AVG_INITIALIZATION_VAL
public static final double DEFAULT_AVG_INITIALIZATION_VAL
- See Also:
- Constant Field Values
-
CONFIG_OF_HYBRID_SCORE_EXPONENT
public static final String CONFIG_OF_HYBRID_SCORE_EXPONENT
- See Also:
- Constant Field Values
-
DEFAULT_HYBRID_SCORE_EXPONENT
public static final int DEFAULT_HYBRID_SCORE_EXPONENT
- See Also:
- Constant Field Values
-
CONFIG_OF_STATS_MANAGER_THREADPOOL_SIZE
public static final String CONFIG_OF_STATS_MANAGER_THREADPOOL_SIZE
- See Also:
- Constant Field Values
-
DEFAULT_STATS_MANAGER_THREADPOOL_SIZE
public static final int DEFAULT_STATS_MANAGER_THREADPOOL_SIZE
- See Also:
- Constant Field Values
-
-