| Package | Description |
|---|---|
| org.apache.flink.hadoopcompatibility.mapred.record | |
| org.apache.flink.hadoopcompatibility.mapred.record.datatypes |
| Modifier and Type | Field and Description |
|---|---|
HadoopTypeConverter<K,V> |
HadoopRecordInputFormat.converter |
| Constructor and Description |
|---|
HadoopDataSource(org.apache.hadoop.mapred.InputFormat<K,V> hadoopFormat,
org.apache.hadoop.mapred.JobConf jobConf,
String name,
HadoopTypeConverter<K,V> conv) |
HadoopRecordInputFormat(org.apache.hadoop.mapred.InputFormat<K,V> hadoopInputFormat,
org.apache.hadoop.mapred.JobConf job,
HadoopTypeConverter<K,V> conv) |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultHadoopTypeConverter<K,V>
Converter for the default hadoop writables.
|
class |
WritableWrapperConverter<K extends WritableComparable,V extends Writable> |
Copyright © 2014 The Apache Software Foundation. All rights reserved.