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>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
class |
TextOutputFormat<T>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
class |
TypeSerializerOutputFormat<T>
Deprecated.
All Flink DataSet APIs are deprecated since Flink 1.18 and will be removed in a
future Flink major version. You can still build your application in DataSet, but you should
move to either the DataStream and/or Table API.
|
Modifier and Type | Class and Description |
---|---|
class |
ScalaCsvOutputFormat<T extends scala.Product>
Deprecated.
All Flink Scala APIs are deprecated and will be removed in a future Flink major
version. You can still build your application in Scala, but you should move to the Java
version of either the DataStream and/or Table API.
|
Modifier and Type | Class and Description |
---|---|
class |
AvroOutputFormat<E>
FileOutputFormat for Avro records. |
Copyright © 2014–2024 The Apache Software Foundation. All rights reserved.