Class GranularityPathSpec

    • Constructor Detail

      • GranularityPathSpec

        public GranularityPathSpec()
    • Method Detail

      • getInputPath

        public String getInputPath()
      • setInputPath

        public void setInputPath​(String inputPath)
      • getInputFormat

        public Class<? extends org.apache.hadoop.mapreduce.InputFormat> getInputFormat()
      • setInputFormat

        public void setInputFormat​(Class<? extends org.apache.hadoop.mapreduce.InputFormat> inputFormat)
      • getFilePattern

        public String getFilePattern()
      • setFilePattern

        public void setFilePattern​(String filePattern)
      • getDataGranularity

        public org.apache.druid.java.util.common.granularity.Granularity getDataGranularity()
      • setDataGranularity

        public void setDataGranularity​(org.apache.druid.java.util.common.granularity.Granularity dataGranularity)
      • getPathFormat

        public String getPathFormat()
      • setPathFormat

        public void setPathFormat​(String pathFormat)