Package org.apache.pinot.segment.spi.creator.name
-
Interface Summary Interface Description SegmentNameGenerator Interface for segment name generator based on the segment sequence id and time range. -
Class Summary Class Description FixedSegmentNameGenerator Fixed segment name generator which always returns the fixed segment name.InputFileSegmentNameGenerator Segment 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).NormalizedDateSegmentNameGenerator Segment name generator that normalizes the date to human readable format.SegmentNameGeneratorFactory SegmentNameUtils Utils for segment names.SimpleSegmentNameGenerator Simple segment name generator which does not perform time conversion.