public class DataSegmentAndIndexZipFilePath extends Object
DataSegment with 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.
see JobHelper.renameIndexFilesForSegments(HadoopIngestionSpec, List)| Constructor and Description |
|---|
DataSegmentAndIndexZipFilePath(DataSegment segment,
String tmpIndexZipFilePath,
String finalIndexZipFilePath) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getFinalIndexZipFilePath() |
DataSegment |
getSegment() |
String |
getTmpIndexZipFilePath() |
int |
hashCode() |
String |
toString() |
public DataSegmentAndIndexZipFilePath(DataSegment segment, String tmpIndexZipFilePath, String finalIndexZipFilePath)
public DataSegment getSegment()
public String getTmpIndexZipFilePath()
public String getFinalIndexZipFilePath()
Copyright © 2011–2022 The Apache Software Foundation. All rights reserved.