Uses of Interface
org.apache.hadoop.mapred.InputSplit
Packages that use InputSplit
Package
Description
-
Uses of InputSplit in org.apache.hadoop.mapred
Subinterfaces of InputSplit in org.apache.hadoop.mapredClasses in org.apache.hadoop.mapred that implement InputSplitModifier and TypeClassDescriptionclassA section of an input file.classA sub-collection of input files.Methods in org.apache.hadoop.mapred that return InputSplitModifier and TypeMethodDescriptionReporter.getInputSplit()Get theInputSplitobject for a map.Splits files returned byFileInputFormat.listStatus(JobConf)when they're too big.Logically split the set of input files for the job.Methods in org.apache.hadoop.mapred with parameters of type InputSplitModifier and TypeMethodDescriptionabstract RecordReader<K,V> FileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) FixedLengthInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) InputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Get theRecordReaderfor the givenInputSplit.KeyValueTextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) abstract RecordReader<K,V> MultiFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsBinaryInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileAsTextInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) SequenceFileInputFilter.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Create a record reader for the given splitSequenceFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) TextInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) -
Uses of InputSplit in org.apache.hadoop.mapred.join
Classes in org.apache.hadoop.mapred.join that implement InputSplitModifier and TypeClassDescriptionclassThis InputSplit contains a set of child InputSplits.Methods in org.apache.hadoop.mapred.join that return InputSplitModifier and TypeMethodDescriptionCompositeInputSplit.get(int i) Get ith child InputSplit.Build a CompositeInputSplit from the child InputFormats by assigning the ith split from each child to the ith composite split.Methods in org.apache.hadoop.mapred.join with parameters of type InputSplitModifier and TypeMethodDescriptionvoidCompositeInputSplit.add(InputSplit s) Add an InputSplit to this collection.ComposableInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) CompositeInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Construct a CompositeRecordReader for the children of this InputFormat as defined in the init expression. -
Uses of InputSplit in org.apache.hadoop.mapred.lib
Classes in org.apache.hadoop.mapred.lib that implement InputSplitMethods in org.apache.hadoop.mapred.lib that return InputSplitModifier and TypeMethodDescriptionLogically splits the set of input files for the job, splits N lines of the input as one split.Methods in org.apache.hadoop.mapred.lib with parameters of type InputSplitModifier and TypeMethodDescriptionabstract RecordReader<K,V> CombineFileInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) This is not implemented yet.CombineSequenceFileInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) CombineTextInputFormat.getRecordReader(InputSplit split, JobConf conf, Reporter reporter) NLineInputFormat.getRecordReader(InputSplit genericSplit, JobConf job, Reporter reporter) -
Uses of InputSplit in org.apache.hadoop.mapred.lib.db
Methods in org.apache.hadoop.mapred.lib.db that return InputSplitModifier and TypeMethodDescriptionLogically split the set of input files for the job.Methods in org.apache.hadoop.mapred.lib.db with parameters of type InputSplitModifier and TypeMethodDescriptionDBInputFormat.getRecordReader(InputSplit split, JobConf job, Reporter reporter) Get theRecordReaderfor the givenInputSplit.