Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.hadoop.mapreduce.lib.input Classes and Interfaces - 22 results found.
NameDescriptionTypePackageFramework
CombineFileInputFormatAn abstract InputFormat that returns CombineFileSplit's in InputFormat.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
CombineFileRecordReaderA generic RecordReader that can hand out different recordReaders for each chunk in a CombineFileSplit.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
CombineFileRecordReaderWrapperA wrapper class for a record reader that handles a single file split.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
CombineFileSplitA sub-collection of input files.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
CombineSequenceFileInputFormatInput format that is a CombineFileInputFormat-equivalent for SequenceFileInputFormat.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
CombineTextInputFormatInput format that is a CombineFileInputFormat-equivalent forSee Also:CombineFileInputFormatClassorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
FileInputFormatA base class for file-based InputFormats.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
FileInputFormatCounterenum FileInputFormatCounterEnum Constant SummaryClassorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
FileSplitA section of an input file.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
FixedLengthInputFormatFixedLengthInputFormat is an input format used to read input files which contain fixed length records.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
InvalidInputExceptionThis class wraps a list of problems with the input, so that the user can get a list of problems together instead of finding and fixing them one Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
KeyValueLineRecordReaderThis class treats a line in the input as a key/value pair separated by a separator character.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
KeyValueTextInputFormatAn InputFormat for plain text files.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
MultipleInputsThis class supports MapReduce jobs that have multiple input paths with a different InputFormat and Mapper for each pathClassorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
NLineInputFormatNLineInputFormat which splits N lines of input as one split.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileAsBinaryInputFormatClassorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileAsTextInputFormatThis class is similar to SequenceFileInputFormat, except it generates SequenceFileAsTextRecordReader which converts the input keys and valuesClassorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileAsTextRecordReaderThis class converts the input keys and values to their String forms by calling toString() method.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileInputFilterA class that allows a map/red job to work on a sample of sequence files.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileInputFormatAn InputFormat for SequenceFiles.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
SequenceFileRecordReaderAn RecordReader for SequenceFiles.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop
TextInputFormatAn InputFormat for plain text files.Classorg.apache.hadoop.mapreduce.lib.inputApache Hadoop