Class BatchConfigProperties.SegmentNameGeneratorType
- java.lang.Object
-
- org.apache.pinot.spi.ingestion.batch.BatchConfigProperties.SegmentNameGeneratorType
-
- Enclosing class:
- BatchConfigProperties
public static class BatchConfigProperties.SegmentNameGeneratorType extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static StringFIXEDstatic StringINPUT_FILEstatic StringNORMALIZED_DATEstatic StringSIMPLE
-
Constructor Summary
Constructors Constructor Description SegmentNameGeneratorType()
-
-
-
Field Detail
-
SIMPLE
public static final String SIMPLE
- See Also:
- Constant Field Values
-
NORMALIZED_DATE
public static final String NORMALIZED_DATE
- See Also:
- Constant Field Values
-
FIXED
public static final String FIXED
- See Also:
- Constant Field Values
-
INPUT_FILE
public static final String INPUT_FILE
- See Also:
- Constant Field Values
-
-