Package org.apache.pinot.spi.utils
Class CommonConstants.ControllerJob
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.ControllerJob
-
- Enclosing class:
- CommonConstants
public static class CommonConstants.ControllerJob extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringJOB_IDstatic StringJOB_TYPEController job ZK propsstatic IntegerMAXIMUM_CONTROLLER_JOBS_IN_ZKstatic StringMESSAGE_COUNTstatic StringSEGMENT_RELOAD_JOB_SEGMENT_NAMESegment reload job ZK propsstatic StringSUBMISSION_TIME_MSstatic StringTABLE_NAME_WITH_TYPE
-
Constructor Summary
Constructors Constructor Description ControllerJob()
-
-
-
Field Detail
-
JOB_TYPE
public static final String JOB_TYPE
Controller job ZK props- See Also:
- Constant Field Values
-
TABLE_NAME_WITH_TYPE
public static final String TABLE_NAME_WITH_TYPE
- See Also:
- Constant Field Values
-
JOB_ID
public static final String JOB_ID
- See Also:
- Constant Field Values
-
SUBMISSION_TIME_MS
public static final String SUBMISSION_TIME_MS
- See Also:
- Constant Field Values
-
MESSAGE_COUNT
public static final String MESSAGE_COUNT
- See Also:
- Constant Field Values
-
MAXIMUM_CONTROLLER_JOBS_IN_ZK
public static final Integer MAXIMUM_CONTROLLER_JOBS_IN_ZK
-
SEGMENT_RELOAD_JOB_SEGMENT_NAME
public static final String SEGMENT_RELOAD_JOB_SEGMENT_NAME
Segment reload job ZK props- See Also:
- Constant Field Values
-
-