Class HadoopInputFormatBase<K,​V,​T>

    • Field Detail

      • keyClass

        protected Class<K> keyClass
      • valueClass

        protected Class<V> valueClass
      • key

        protected transient K key
      • value

        protected transient V value
      • fetched

        protected transient boolean fetched
      • hasNext

        protected transient boolean hasNext
    • Constructor Detail

      • HadoopInputFormatBase

        public HadoopInputFormatBase​(org.apache.hadoop.mapred.InputFormat<K,​V> mapredInputFormat,
                                     Class<K> key,
                                     Class<V> value,
                                     org.apache.hadoop.mapred.JobConf job)
    • Method Detail

      • getJobConf

        public org.apache.hadoop.mapred.JobConf getJobConf()
      • configure

        public void configure​(org.apache.flink.configuration.Configuration parameters)
      • getStatistics

        public org.apache.flink.api.common.io.statistics.BaseStatistics getStatistics​(org.apache.flink.api.common.io.statistics.BaseStatistics cachedStats)
                                                                               throws IOException
        Throws:
        IOException
      • getInputSplitAssigner

        public org.apache.flink.core.io.InputSplitAssigner getInputSplitAssigner​(HadoopInputSplit[] inputSplits)