Uses of Class
org.apache.pinot.segment.spi.creator.SegmentVersion
-
Packages that use SegmentVersion Package Description org.apache.pinot.segment.spi org.apache.pinot.segment.spi.creator org.apache.pinot.segment.spi.index.metadata org.apache.pinot.segment.spi.store -
-
Uses of SegmentVersion in org.apache.pinot.segment.spi
Methods in org.apache.pinot.segment.spi that return SegmentVersion Modifier and Type Method Description SegmentVersionSegmentMetadata. getVersion() -
Uses of SegmentVersion in org.apache.pinot.segment.spi.creator
Methods in org.apache.pinot.segment.spi.creator that return SegmentVersion Modifier and Type Method Description SegmentVersionSegmentGeneratorConfig. getSegmentVersion()static SegmentVersionSegmentVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static SegmentVersion[]SegmentVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pinot.segment.spi.creator with parameters of type SegmentVersion Modifier and Type Method Description voidSegmentGeneratorConfig. setSegmentVersion(SegmentVersion segmentVersion) -
Uses of SegmentVersion in org.apache.pinot.segment.spi.index.metadata
Methods in org.apache.pinot.segment.spi.index.metadata that return SegmentVersion Modifier and Type Method Description SegmentVersionSegmentMetadataImpl. getVersion() -
Uses of SegmentVersion in org.apache.pinot.segment.spi.store
Methods in org.apache.pinot.segment.spi.store with parameters of type SegmentVersion Modifier and Type Method Description static FileSegmentDirectoryPaths. segmentDirectoryFor(File indexDir, SegmentVersion segmentVersion)
-