Uses of Interface
org.apache.pinot.segment.spi.creator.name.SegmentNameGenerator
-
Packages that use SegmentNameGenerator Package Description org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.creator.name -
-
Uses of SegmentNameGenerator in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return SegmentNameGenerator Modifier and Type Method Description SegmentNameGeneratorSegmentGeneratorConfig. getSegmentNameGenerator()Methods in org.apache.pinot.segment.spi.creator with parameters of type SegmentNameGenerator Modifier and Type Method Description voidSegmentGeneratorConfig. setSegmentNameGenerator(SegmentNameGenerator segmentNameGenerator) -
Uses of SegmentNameGenerator in org.apache.pinot.segment.spi.creator.name
Classes in org.apache.pinot.segment.spi.creator.name that implement SegmentNameGenerator Modifier and Type Class Description classFixedSegmentNameGeneratorFixed segment name generator which always returns the fixed segment name.classInputFileSegmentNameGeneratorSegment name generator that supports defining the segment name based on the input file name and path, via a pattern (matched against the input file URI) and a template (currently only supports ${filePathPattern:\N}, where N is the group match number from the regex).classNormalizedDateSegmentNameGeneratorSegment name generator that normalizes the date to human readable format.classSimpleSegmentNameGeneratorSimple segment name generator which does not perform time conversion.Methods in org.apache.pinot.segment.spi.creator.name that return SegmentNameGenerator Modifier and Type Method Description static SegmentNameGeneratorSegmentNameGeneratorFactory. createSegmentNameGenerator(TableConfig tableConfig, Schema schema, String prefix, String postfix, String fixedSegmentName, boolean excludeSequenceId)Create the segment name generator given input configurations
-