Package org.apache.pinot.spi.utils
Class CommonConstants
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants
-
public class CommonConstants extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonConstants.Accountingstatic classCommonConstants.Brokerstatic classCommonConstants.ConsumerStateThe state of the consumer for a given segmentstatic classCommonConstants.Controllerstatic classCommonConstants.ControllerJobstatic classCommonConstants.ExecutorServicestatic classCommonConstants.Helixstatic classCommonConstants.IdealStatestatic classCommonConstants.Minionstatic classCommonConstants.Querystatic classCommonConstants.Segmentstatic classCommonConstants.Serverstatic classCommonConstants.Tablestatic classCommonConstants.Tier
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_OF_METRICS_FACTORY_CLASS_NAMEstatic StringDEFAULT_FAILURE_DOMAINstatic StringDEFAULT_METRICS_FACTORY_CLASS_NAMEstatic StringENVIRONMENT_IDENTIFIERstatic StringHTTP_PROTOCOLstatic StringHTTPS_PROTOCOLstatic StringINSTANCE_FAILURE_DOMAINstatic StringKEY_OF_AUTHstatic StringPREFIX_OF_SSL_SUBSETstatic StringSWAGGER_AUTHORIZATION_KEYstatic StringTABLE_NAMEstatic StringUNKNOWN
-
-
-
Field Detail
-
ENVIRONMENT_IDENTIFIER
public static final String ENVIRONMENT_IDENTIFIER
- See Also:
- Constant Field Values
-
INSTANCE_FAILURE_DOMAIN
public static final String INSTANCE_FAILURE_DOMAIN
- See Also:
- Constant Field Values
-
DEFAULT_FAILURE_DOMAIN
public static final String DEFAULT_FAILURE_DOMAIN
- See Also:
- Constant Field Values
-
PREFIX_OF_SSL_SUBSET
public static final String PREFIX_OF_SSL_SUBSET
- See Also:
- Constant Field Values
-
HTTP_PROTOCOL
public static final String HTTP_PROTOCOL
- See Also:
- Constant Field Values
-
HTTPS_PROTOCOL
public static final String HTTPS_PROTOCOL
- See Also:
- Constant Field Values
-
KEY_OF_AUTH
public static final String KEY_OF_AUTH
- See Also:
- Constant Field Values
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
UNKNOWN
public static final String UNKNOWN
- See Also:
- Constant Field Values
-
CONFIG_OF_METRICS_FACTORY_CLASS_NAME
public static final String CONFIG_OF_METRICS_FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
-
DEFAULT_METRICS_FACTORY_CLASS_NAME
public static final String DEFAULT_METRICS_FACTORY_CLASS_NAME
- See Also:
- Constant Field Values
-
SWAGGER_AUTHORIZATION_KEY
public static final String SWAGGER_AUTHORIZATION_KEY
- See Also:
- Constant Field Values
-
-