Package | Description |
---|---|
org.apache.flink.formats.avro | |
org.apache.flink.formats.avro.glue.schema.registry | |
org.apache.flink.formats.avro.registry.confluent |
Modifier and Type | Class and Description |
---|---|
class |
RegistryAvroDeserializationSchema<T>
Deserialization schema that deserializes from Avro binary format using
SchemaCoder . |
Modifier and Type | Method and Description |
---|---|
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. |
Modifier and Type | Class and Description |
---|---|
class |
GlueSchemaRegistryAvroDeserializationSchema<T>
AWS Glue Schema Registry Deserialization schema to de-serialize Avro binary format for Flink
Consumer user.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfluentRegistryAvroDeserializationSchema<T>
Deserialization schema that deserializes from Avro binary format using
SchemaCoder that
uses Confluent Schema Registry. |
Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.