| Package | Description |
|---|---|
| org.apache.flink.api.java.record.io | |
| org.apache.flink.api.java.record.operators |
| Class and Description |
|---|
| CsvInputFormat.AbstractConfigBuilder
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.AbstractConfigBuilder
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.AbstractConfigBuilder
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.
|
| ExternalProcessInputFormat
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 information 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.
|
| GenericInputFormat
Generic base class for all inputs that are not based on files, specific to Record.
|
| Class and Description |
|---|
| CollectionInputFormat
input format for java collection input.
|
Copyright © 2014–2015 The Apache Software Foundation. All rights reserved.