Package org.apache.pinot.spi.utils
Class CommonConstants.Segment.Realtime
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Segment.Realtime
-
- Enclosing class:
- CommonConstants.Segment
public static class CommonConstants.Segment.Realtime extends Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classCommonConstants.Segment.Realtime.CompletionModeDuring realtime segment completion, the value of this enum decides how non-winner servers should replace the completed segment.static classCommonConstants.Segment.Realtime.Status
-
Field Summary
Fields Modifier and Type Field Description static StringDOWNLOAD_URLDeprecated.static StringEND_OFFSETstatic StringFLUSH_THRESHOLD_SIZEstatic StringFLUSH_THRESHOLD_TIMEstatic StringNUM_REPLICASstatic StringSTART_OFFSETstatic StringSTATUS
-
Constructor Summary
Constructors Constructor Description Realtime()
-
-
-
Field Detail
-
STATUS
public static final String STATUS
- See Also:
- Constant Field Values
-
START_OFFSET
public static final String START_OFFSET
- See Also:
- Constant Field Values
-
END_OFFSET
public static final String END_OFFSET
- See Also:
- Constant Field Values
-
NUM_REPLICAS
public static final String NUM_REPLICAS
- See Also:
- Constant Field Values
-
FLUSH_THRESHOLD_SIZE
public static final String FLUSH_THRESHOLD_SIZE
- See Also:
- Constant Field Values
-
FLUSH_THRESHOLD_TIME
public static final String FLUSH_THRESHOLD_TIME
- See Also:
- Constant Field Values
-
DOWNLOAD_URL
@Deprecated public static final String DOWNLOAD_URL
Deprecated.- See Also:
- Constant Field Values
-
-