| 类 | 说明 |
|---|---|
| AvroFactory<T> |
Creates Avro
DatumReader and DatumWriter. |
| AvroSchemaConverter |
Converts an Avro schema into Flink's type information.
|
| AvroSerializer<T> |
A serializer that serializes types via Avro.
|
| AvroSerializer.AvroSchemaSerializerConfigSnapshot<T> | 已过时 |
| AvroSerializerSnapshot<T> |
An
Avro specific implementation of a TypeSerializerSnapshot. |
| AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> |
Special type information to generate a special AvroTypeInfo for Avro POJOs (implementing
SpecificRecordBase, the typed Avro POJOs)
Proceeding: It uses a regular pojo type analysis and replaces all
GenericType<CharSequence> with a GenericType<avro.Utf8>. |
| GenericRecordAvroTypeInfo |
TypeInformation for
GenericRecord. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.