Package | Description |
---|---|
org.apache.flink.api.common.io | |
org.apache.flink.api.java.io | |
org.apache.flink.api.scala.operators | |
org.apache.flink.formats.avro |
Modifier and Type | Class and Description |
---|---|
class |
BinaryOutputFormat<T> |
class |
FileOutputFormat<IT>
The abstract base class for all Rich output formats that are file based.
|
class |
SerializedOutputFormat<T extends IOReadableWritable>
Stores elements by serializing them with their regular serialization/deserialization
functionality.
|
Modifier and Type | Class and Description |
---|---|
class |
CsvOutputFormat<T extends Tuple>
This is an OutputFormat to serialize
Tuple s to text. |
class |
TextOutputFormat<T>
A
FileOutputFormat that writes objects to a text file. |
class |
TypeSerializerOutputFormat<T>
Stores elements by serializing them with their type serializer.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaCsvOutputFormat<T extends scala.Product>
This is an OutputFormat to serialize Scala Tuples to text.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroOutputFormat<E>
FileOutputFormat for Avro records. |
Copyright © 2014–2021 The Apache Software Foundation. All rights reserved.