| AbstractAvroBulkFormat<A,T,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> |
Provides a BulkFormat for Avro records.
|
| AvroBulkWriter<T> |
A simple BulkWriter implementation that wraps an Avro DataFileWriter.
|
| AvroDeserializationSchema<T> |
Deserialization schema that deserializes from Avro binary format.
|
| AvroFileFormatFactory |
Avro format factory for file system.
|
| AvroFormatFactory |
Table format factory for providing configured instances of Avro to RowData SerializationSchema and DeserializationSchema.
|
| AvroFormatOptions |
Options for the avro format.
|
| AvroInputFormat<E> |
Provides a FileInputFormat for Avro records.
|
| AvroOutputFormat<E> |
FileOutputFormat for Avro records.
|
| AvroRowDataDeserializationSchema |
Deserialization schema from Avro bytes to RowData.
|
| AvroRowDataSerializationSchema |
Serialization schema that serializes RowData into Avro bytes.
|
| AvroRowDeserializationSchema |
Deprecated.
|
| AvroRowSerializationSchema |
Deprecated.
|
| AvroSerializationSchema<T> |
Serialization schema that serializes to Avro binary format.
|
| AvroToRowDataConverters |
Tool class used to convert from Avro GenericRecord to RowData.
|
| AvroWriterFactory<T> |
|
| AvroWriters |
Convenience builder to create AvroWriterFactory instances for the different Avro types.
|
| RegistryAvroDeserializationSchema<T> |
Deserialization schema that deserializes from Avro binary format using SchemaCoder.
|
| RegistryAvroSerializationSchema<T> |
Serialization schema that serializes to Avro binary format.
|
| RowDataToAvroConverters |
Tool class used to convert from RowData to Avro GenericRecord.
|