| Class | Description |
|---|---|
| CollectionInputFormat |
input format for java collection input.
|
| CsvInputFormat |
Input format to parse text files and generate Records.
|
| CsvInputFormat.AbstractConfigBuilder<T> |
An abstract builder used to set parameters to the input format's configuration in a fluent way.
|
| CsvInputFormat.ConfigBuilder |
A builder used to set parameters to the input format's configuration in a fluent way.
|
| CsvOutputFormat |
This is an OutputFormat to serialize
Records to text. |
| CsvOutputFormat.AbstractConfigBuilder<T> |
Abstract builder used to set parameters to the input format's
configuration in a fluent way.
|
| CsvOutputFormat.ConfigBuilder |
A builder used to set parameters to the input format's configuration in a
fluent way.
|
| DelimitedInputFormat |
Base implementation for input formats that split the input at a delimiter into records.
|
| DelimitedOutputFormat |
The base class for output formats that serialize their records into a delimited sequence.
|
| DelimitedOutputFormat.AbstractConfigBuilder<T> |
A builder used to set parameters to the input format's configuration in a fluent way.
|
| DelimitedOutputFormat.ConfigBuilder |
A builder used to set parameters to the input format's configuration in a fluent way.
|
| ExternalProcessFixedLengthInputFormat<T extends ExternalProcessInputSplit> |
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
|
| ExternalProcessInputFormat<T extends ExternalProcessInputSplit> |
This input format starts an external process and reads its input from the standard out (stdout) of the started process.
|
| ExternalProcessInputSplit |
The ExternalProcessInputSplit contains all informations for
InputFormat that read their data from external processes. |
| FileInputFormat |
The base interface for input formats that read
Records from a
file. |
| FileOutputFormat |
The abstract base class for all output formats that are file based.
|
| FixedLengthInputFormat | |
| GenericInputFormat |
Generic base class for all inputs that are not based on files, specific to Record.
|
| TextInputFormat |
Base implementation for an input format that returns each line as a separate record that contains
only a single string, namely the line.
|
Copyright © 2015 The Apache Software Foundation. All rights reserved.