Package org.apache.pinot.spi.utils
Class CommonConstants.Segment.Offline
- java.lang.Object
-
- org.apache.pinot.spi.utils.CommonConstants.Segment.Offline
-
- Enclosing class:
- CommonConstants.Segment
@Deprecated public static class CommonConstants.Segment.Offline extends Object
Deprecated.
-
-
Field Summary
Fields Modifier and Type Field Description static StringDOWNLOAD_URLDeprecated.static StringPUSH_TIMEDeprecated.static StringREFRESH_TIMEDeprecated.
-
Constructor Summary
Constructors Constructor Description Offline()Deprecated.
-
-
-
Field Detail
-
DOWNLOAD_URL
public static final String DOWNLOAD_URL
Deprecated.- See Also:
- Constant Field Values
-
PUSH_TIME
public static final String PUSH_TIME
Deprecated.- See Also:
- Constant Field Values
-
REFRESH_TIME
public static final String REFRESH_TIME
Deprecated.- See Also:
- Constant Field Values
-
-