| 程序包 | 说明 |
|---|---|
| org.apache.flink.formats.avro |
| 限定符和类型 | 类和说明 |
|---|---|
class |
RegistryAvroDeserializationSchema<T>
Deserialization schema that deserializes from Avro binary format using
SchemaCoder. |
| 限定符和类型 | 方法和说明 |
|---|---|
static AvroDeserializationSchema<org.apache.avro.generic.GenericRecord> |
AvroDeserializationSchema.forGeneric(org.apache.avro.Schema schema)
Creates
AvroDeserializationSchema that produces GenericRecord using provided
schema. |
static <T extends org.apache.avro.specific.SpecificRecord> |
AvroDeserializationSchema.forSpecific(Class<T> tClass)
Creates
AvroDeserializationSchema that produces classes that were generated from avro
schema. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.