Class DataSegmentAndIndexZipFilePath

    • Constructor Detail

      • DataSegmentAndIndexZipFilePath

        public DataSegmentAndIndexZipFilePath​(org.apache.druid.timeline.DataSegment segment,
                                              String tmpIndexZipFilePath,
                                              String finalIndexZipFilePath)
    • Method Detail

      • getSegment

        public org.apache.druid.timeline.DataSegment getSegment()
      • getTmpIndexZipFilePath

        public String getTmpIndexZipFilePath()
      • getFinalIndexZipFilePath

        public String getFinalIndexZipFilePath()
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object