Uses of Class
org.apache.flink.api.java.hadoop.common.HadoopInputFormatCommonBase
-
Packages that use HadoopInputFormatCommonBase Package Description org.apache.flink.api.java.hadoop.mapred org.apache.flink.api.java.hadoop.mapreduce -
-
Uses of HadoopInputFormatCommonBase in org.apache.flink.api.java.hadoop.mapred
Subclasses of HadoopInputFormatCommonBase in org.apache.flink.api.java.hadoop.mapred Modifier and Type Class Description classHadoopInputFormat<K,V>Wrapper for using HadoopInputFormats (mapred-variant) with Flink.classHadoopInputFormatBase<K,V,T>Common base for Java and Scala API for using Hadoop input formats with Flink. -
Uses of HadoopInputFormatCommonBase in org.apache.flink.api.java.hadoop.mapreduce
Subclasses of HadoopInputFormatCommonBase in org.apache.flink.api.java.hadoop.mapreduce Modifier and Type Class Description classHadoopInputFormat<K,V>InputFormat implementation allowing to use Hadoop (mapreduce) InputFormats with Flink.classHadoopInputFormatBase<K,V,T>Base class shared between the Java and Scala API of Flink.
-