Package org.apache.druid.indexer
Class DataSegmentAndIndexZipFilePath
- java.lang.Object
-
- org.apache.druid.indexer.DataSegmentAndIndexZipFilePath
-
public class DataSegmentAndIndexZipFilePath extends Object
holds aDataSegmentwith the temporary file path where the corresponding index zip file is currently stored and the final path where the index zip file should eventually be moved to. seeJobHelper.renameIndexFilesForSegments(HadoopIngestionSpec, List)
-
-
Constructor Summary
Constructors Constructor Description DataSegmentAndIndexZipFilePath(org.apache.druid.timeline.DataSegment segment, String tmpIndexZipFilePath, String finalIndexZipFilePath)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetFinalIndexZipFilePath()org.apache.druid.timeline.DataSegmentgetSegment()StringgetTmpIndexZipFilePath()inthashCode()StringtoString()
-