Uses of Class
org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
-
Packages that use DataSegmentAndIndexZipFilePath Package Description org.apache.druid.indexer -
-
Uses of DataSegmentAndIndexZipFilePath in org.apache.druid.indexer
Methods in org.apache.druid.indexer that return DataSegmentAndIndexZipFilePath Modifier and Type Method Description static DataSegmentAndIndexZipFilePathJobHelper. serializeOutIndex(org.apache.druid.timeline.DataSegment segmentTemplate, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.util.Progressable progressable, File mergedBase, org.apache.hadoop.fs.Path finalIndexZipFilePath, org.apache.hadoop.fs.Path tmpPath, org.apache.druid.segment.loading.DataSegmentPusher dataSegmentPusher)Methods in org.apache.druid.indexer that return types with arguments of type DataSegmentAndIndexZipFilePath Modifier and Type Method Description List<DataSegmentAndIndexZipFilePath>HadoopDruidIndexerJob. getPublishedSegmentAndIndexZipFilePaths()static List<DataSegmentAndIndexZipFilePath>IndexGeneratorJob. getPublishedSegmentAndIndexZipFilePaths(HadoopDruidIndexerConfig config)Methods in org.apache.druid.indexer with parameters of type DataSegmentAndIndexZipFilePath Modifier and Type Method Description static voidJobHelper. writeSegmentDescriptor(org.apache.hadoop.fs.FileSystem outputFS, DataSegmentAndIndexZipFilePath segmentAndPath, org.apache.hadoop.fs.Path descriptorPath, org.apache.hadoop.util.Progressable progressable)Method parameters in org.apache.druid.indexer with type arguments of type DataSegmentAndIndexZipFilePath Modifier and Type Method Description static voidJobHelper. renameIndexFilesForSegments(HadoopIngestionSpec indexerSchema, List<DataSegmentAndIndexZipFilePath> segmentAndIndexZipFilePaths)Renames the index files for the segments.
-