Uses of Class
org.apache.pinot.segment.spi.creator.SegmentGeneratorConfig
-
Packages that use SegmentGeneratorConfig Package Description org.apache.pinot.segment.spi.creator -
-
Uses of SegmentGeneratorConfig in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator with parameters of type SegmentGeneratorConfig Modifier and Type Method Description voidSegmentCreator. init(SegmentGeneratorConfig segmentCreationSpec, SegmentIndexCreationInfo segmentIndexCreationInfo, Map<String,ColumnIndexCreationInfo> indexCreationInfoMap, Schema schema, File outDir)Initializes the segment creation.voidSegmentIndexCreationDriver. init(SegmentGeneratorConfig config)Configures the segment generator with the given segment generator configuration, which contains the input file location, format, schema and other necessary information to create an index segment.
-