@InterfaceAudience.Public @InterfaceStability.Stable public class SequenceFileAsTextInputFormat extends SequenceFileInputFormat<Text,Text>
INPUT_DIR_RECURSIVE, LOG, NUM_INPUT_FILES| コンストラクタと説明 | 
|---|
| SequenceFileAsTextInputFormat() | 
| 修飾子とタイプ | メソッドと説明 | 
|---|---|
| RecordReader<Text,Text> | getRecordReader(InputSplit split,
               JobConf job,
               Reporter reporter)Get the  RecordReaderfor the givenInputSplit. | 
listStatusaddInputPath, addInputPathRecursively, addInputPaths, computeSplitSize, getBlockIndex, getInputPathFilter, getInputPaths, getSplitHosts, getSplits, isSplitable, makeSplit, makeSplit, setInputPathFilter, setInputPaths, setInputPaths, setMinSplitSizepublic SequenceFileAsTextInputFormat()
public RecordReader<Text,Text> getRecordReader(InputSplit split, JobConf job, Reporter reporter) throws IOException
InputFormatRecordReader for the given InputSplit.
 It is the responsibility of the RecordReader to respect
 record boundaries while processing the logical split to present a 
 record-oriented view to the individual task.
getRecordReader インタフェース内 InputFormat<Text,Text>getRecordReader クラス内 SequenceFileInputFormat<Text,Text>split - the InputSplitjob - the job that this split belongs toRecordReaderIOExceptionCopyright © 2016 Apache Software Foundation. All rights reserved.