| BinaryInputFormat<T> |
Base class for all input formats that use blocks of fixed size.
|
| BinaryOutputFormat<T> |
|
| BlockInfo |
A block of 24 bytes written at the end of a block in a binary file, and containing i) the
number of records in the block, ii) the accumulated number of records, and iii) the offset of the
first record in the block.
|
| DefaultInputSplitAssigner |
|
| DelimitedInputFormat<OT> |
Base implementation for input formats that split the input at a delimiter into records.
|
| FileInputFormat<OT> |
|
| FileInputFormat.FileBaseStatistics |
Encapsulation of the basic statistics the optimizer obtains about a file.
|
| FileInputFormat.InputSplitOpenThread |
Obtains a DataInputStream in an thread that is not interrupted.
|
| FileOutputFormat<IT> |
The abstract base class for all Rich output formats that are file based.
|
| FilePathFilter |
|
| FilePathFilter.DefaultFilter |
The default file path filtering method and is used if no other such function is provided.
|
| GenericCsvInputFormat<OT> |
|
| GenericInputFormat<OT> |
Generic base class for all Rich inputs that are not based on files.
|
| GlobFilePathFilter |
Class for determining if a particular file should be included or excluded based on a set of
include and exclude glob filters.
|
| InputStreamFSInputWrapper |
|
| LocatableInputSplitAssigner |
The locatable input split assigner assigns to each host splits that are local, before assigning
splits that are not local.
|
| OutputFormatBase<OUT,V> |
OutputFormatBase is the common abstract class for output formats.
|
| ReplicatingInputFormat<OT,S extends InputSplit> |
A ReplicatingInputFormat replicates any InputFormat to all parallel instances of a
DataSource, i.e., the full input of the replicated InputFormat is completely processed by each
parallel instance of the DataSource.
|
| ReplicatingInputSplitAssigner |
Assigns each InputSplit to each requesting parallel instance.
|
| RichInputFormat<OT,T extends InputSplit> |
An abstract stub implementation for Rich input formats.
|
| RichOutputFormat<IT> |
An abstract stub implementation for Rich output formats.
|
| SerializedInputFormat<T extends IOReadableWritable> |
Reads elements by deserializing them with their regular serialization/deserialization
functionality.
|
| SerializedOutputFormat<T extends IOReadableWritable> |
Stores elements by serializing them with their regular serialization/deserialization
functionality.
|
| SinkUtils |
Utility class for sinks.
|