| パッケージ | 説明 | 
|---|---|
| org.apache.hadoop.mapreduce | |
| org.apache.hadoop.mapreduce.lib.db | |
| org.apache.hadoop.mapreduce.lib.input | |
| org.apache.hadoop.mapreduce.lib.join | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| Class<? extends InputFormat<?,?>> | JobContext. getInputFormatClass()Get the  InputFormatclass for the job. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| void | Job. setInputFormatClass(Class<? extends InputFormat> cls)Set the  InputFormatfor the job. | 
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| class  | DataDrivenDBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table. | 
| class  | DBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table. | 
| class  | OracleDataDrivenDBInputFormat<T extends DBWritable>A InputFormat that reads input data from an SQL table in an Oracle db. | 
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| class  | CombineFileInputFormat<K,V> | 
| class  | CombineSequenceFileInputFormat<K,V>Input format that is a  CombineFileInputFormat-equivalent forSequenceFileInputFormat. | 
| class  | CombineTextInputFormatInput format that is a  CombineFileInputFormat-equivalent forTextInputFormat. | 
| class  | FileInputFormat<K,V>A base class for file-based  InputFormats. | 
| class  | FixedLengthInputFormatFixedLengthInputFormat is an input format used to read input files
 which contain fixed length records. | 
| class  | KeyValueTextInputFormatAn  InputFormatfor plain text files. | 
| class  | NLineInputFormatNLineInputFormat which splits N lines of input as one split. | 
| class  | SequenceFileAsBinaryInputFormatInputFormat reading keys, values from SequenceFiles in binary (raw)
 format. | 
| class  | SequenceFileAsTextInputFormatThis class is similar to SequenceFileInputFormat, except it generates
 SequenceFileAsTextRecordReader which converts the input keys and values
 to their String forms by calling toString() method. | 
| class  | SequenceFileInputFilter<K,V>A class that allows a map/red job to work on a sample of sequence files. | 
| class  | SequenceFileInputFormat<K,V>An  InputFormatforSequenceFiles. | 
| class  | TextInputFormatAn  InputFormatfor plain text files. | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static void | MultipleInputs. addInputPath(Job job,
            Path path,
            Class<? extends InputFormat> inputFormatClass)Add a  Pathwith a customInputFormatto the list of
 inputs for the map-reduce job. | 
| static void | MultipleInputs. addInputPath(Job job,
            Path path,
            Class<? extends InputFormat> inputFormatClass,
            Class<? extends Mapper> mapperClass) | 
| 修飾子とタイプ | クラスと説明 | 
|---|---|
| class  | ComposableInputFormat<K extends WritableComparable<?>,V extends Writable>Refinement of InputFormat requiring implementors to provide
 ComposableRecordReader instead of RecordReader. | 
| class  | CompositeInputFormat<K extends WritableComparable>An InputFormat capable of performing joins over a set of data sources sorted
 and partitioned the same way. | 
| static class  | Parser.Node | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| static String | CompositeInputFormat. compose(Class<? extends InputFormat> inf,
       String path)Convenience method for constructing composite formats. | 
| static String | CompositeInputFormat. compose(String op,
       Class<? extends InputFormat> inf,
       Path... path)Convenience method for constructing composite formats. | 
| static String | CompositeInputFormat. compose(String op,
       Class<? extends InputFormat> inf,
       String... path)Convenience method for constructing composite formats. | 
Copyright © 2016 Apache Software Foundation. All rights reserved.