See: Description
Interface | Description |
---|---|
AbstractCompositeInputFormat<K,V> |
Class | Description |
---|---|
AdapterInputFormat<K,V> |
This input format works as an adapter for subclasses of the new API' org.apache.hadoop.mapreduce.lib.input.FileInputFormat
|
BaseCompositeInputFormat<K,V> | |
CompositeInputFormat<K,V> |
Abstract InputFormat which uses another InputFormat (internalInputFormat) to read data and allows adding additional functionality such as filtering the data.
|
FileSplitInputFormat |
A
CompositeInputFormat that only provides the source FileSplits as its values so mapreduce components can read the data directly using its internal input format. |
FileSplitRecordInfoLoader<K,V> | |
InputSplitInputFormat | |
InputSplitInputFormat.InputSplitRecordReader<V extends InputSplit> | |
JGeometryKeyInputFormat<K,V> | |
KeyPosRecordInfoLoader<V> |
RecordInfoLoader subclass for InputFormat implementations which Key is the offset start of a record. |
KeyPosSubSplitRecordReader<V> |
SubSplitRecordReader subclass used to read records for internal InputFormats which Key is the start offset of a record. |
MultipleInputsFileSplitInputFormat.MultipleInputsHelper.InputFormatPathsRelation | |
MultipleInputsFileSplitInputFormat.SplitSelector | |
MultipleInputsInputFormat | |
MultiRecordReader<K,V> |
A record reader that contains one or more record readers.
|
RecordInfoLoader<K,V> |
A convenience class to read records as
RecordInfo instances from an InputSplit using the internalInputFormat of a CompositeInputFormat implementation set as the current input format in the job configuration and the current RecordInfoProvider . |
RecordInfoLoaderFactory |
Class used to create instances of
RecordInfoLoader |
SpatialFilterInputFormat<K,V> |
Input format used to filter information read through an internal input format.
|
SpatialFilterRecordReader<K,V> |
A record reader that can spatially filter the output of another record reader.
|
SpatialIndexInputFormat |
InputFormat for reading a Spatial Index generated with the Vector API.
This class delivers the records stored into the index as Text/RecordInfo key/value pairs instead of returning the whole RTreeWritable value.Additionally, a spatial filter can be performed over the input data set; to do that, it is needed to specify a SpatialOperationConfig .If required, an InputFormat-specific SpatialOperationConfig can be configured to be used only by this InputFormat by calling SpatialIndexInputFormat.setFilterSpatialOperationConfig(SpatialOperationConfig, Configuration) .If no spatial configuration is defined, a SpatialOperation.AnyInteract will be performed taking as query window the boundaries defined in the SpatialConfig (if any). |
SpatialIndexTextInputFormat |
Input format used to filter using a given spatial index.
|
SpatialSampler<K,V> | |
SubSplitRecordReader<K,V> |
This class takes a list of sub splits (smaller parts of a split ) and reads the splits records using an internal input format
|
TaggedSplit |
Copyright © 2017 Oracle and/or its affiliates. All Rights Reserved.