Package org.apache.pinot.spi.utils
Class CommonConstants.Broker.FailureDetector
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Broker.FailureDetector
-
- Enclosing class:
- CommonConstants.Broker
public static class CommonConstants.Broker.FailureDetector extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonConstants.Broker.FailureDetector.Type
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_OF_CLASS_NAMEstatic StringCONFIG_OF_MAX_RETRIESstatic StringCONFIG_OF_RETRY_DELAY_FACTORstatic StringCONFIG_OF_RETRY_INITIAL_DELAY_MSstatic StringCONFIG_OF_TYPEstatic intDEFAULT_MAX_RETIRESstatic doubleDEFAULT_RETRY_DELAY_FACTORstatic longDEFAULT_RETRY_INITIAL_DELAY_MSstatic StringDEFAULT_TYPE
-
Constructor Summary
Constructors Constructor Description FailureDetector()
-
-
-
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_CLASS_NAME
public static final String CONFIG_OF_CLASS_NAME
- See Also:
- Constant Field Values
-
CONFIG_OF_RETRY_INITIAL_DELAY_MS
public static final String CONFIG_OF_RETRY_INITIAL_DELAY_MS
- See Also:
- Constant Field Values
-
DEFAULT_RETRY_INITIAL_DELAY_MS
public static final long DEFAULT_RETRY_INITIAL_DELAY_MS
- See Also:
- Constant Field Values
-
CONFIG_OF_RETRY_DELAY_FACTOR
public static final String CONFIG_OF_RETRY_DELAY_FACTOR
- See Also:
- Constant Field Values
-
DEFAULT_RETRY_DELAY_FACTOR
public static final double DEFAULT_RETRY_DELAY_FACTOR
- See Also:
- Constant Field Values
-
CONFIG_OF_MAX_RETRIES
public static final String CONFIG_OF_MAX_RETRIES
- See Also:
- Constant Field Values
-
DEFAULT_MAX_RETIRES
public static final int DEFAULT_MAX_RETIRES
- See Also:
- Constant Field Values
-
-