Skip navigation links
F G O R S W 

F

forGeneric(Schema, Map<String, Object>) - Static method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroDeserializationSchema
Creates GlueSchemaRegistryAvroDeserializationSchema that produces GenericRecord using provided schema.
forGeneric(Schema, String, Map<String, Object>) - Static method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSerializationSchema
Creates GlueSchemaRegistryAvroSerializationSchema that serializes GenericRecord using provided schema.
forSpecific(Class<T>, Map<String, Object>) - Static method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroDeserializationSchema
Creates GlueSchemaRegistryAvroDeserializationSchema that produces classes that were generated from avro schema.
forSpecific(Class<T>, String, Map<String, Object>) - Static method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSerializationSchema
Creates GlueSchemaRegistryAvroSerializationSchema that serializes SpecificRecord using provided schema.

G

get() - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoderProvider
 
getSchemaAndDeserializedStream(InputStream) - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryInputStreamDeserializer
Get schema and remove extra Schema Registry information within input stream.
GlueSchemaRegistryAvroDeserializationSchema<T> - Class in org.apache.flink.formats.avro.glue.schema.registry
AWS Glue Schema Registry Deserialization schema to de-serialize Avro binary format for Flink Consumer user.
GlueSchemaRegistryAvroSchemaCoder - Class in org.apache.flink.formats.avro.glue.schema.registry
Schema coder that allows reading schema that is somehow embedded into serialized record.
GlueSchemaRegistryAvroSchemaCoder(String, Map<String, Object>) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoder
Constructor accepts transport name and configuration map for AWS Glue Schema Registry.
GlueSchemaRegistryAvroSchemaCoder(GlueSchemaRegistryInputStreamDeserializer) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoder
 
GlueSchemaRegistryAvroSchemaCoder(GlueSchemaRegistryOutputStreamSerializer) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoder
 
GlueSchemaRegistryAvroSchemaCoderProvider - Class in org.apache.flink.formats.avro.glue.schema.registry
GlueSchemaRegistryAvroSchemaCoderProvider(String, Map<String, Object>) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoderProvider
GlueSchemaRegistryAvroSchemaCoderProvider(Map<String, Object>) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoderProvider
 
GlueSchemaRegistryAvroSerializationSchema<T> - Class in org.apache.flink.formats.avro.glue.schema.registry
AWS Glue Schema Registry Serialization schema to serialize to Avro binary format for Flink Producer user.
GlueSchemaRegistryAvroSerializationSchema(Class<T>, Schema, SchemaCoder) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSerializationSchema
 
GlueSchemaRegistryInputStreamDeserializer - Class in org.apache.flink.formats.avro.glue.schema.registry
AWS Glue Schema Registry input stream de-serializer to accept input stream and extract schema from it and remove schema registry information in the input stream.
GlueSchemaRegistryInputStreamDeserializer(Map<String, Object>) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryInputStreamDeserializer
Constructor accepts configuration map for AWS Deserializer.
GlueSchemaRegistryInputStreamDeserializer(GlueSchemaRegistryDeserializationFacade) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryInputStreamDeserializer
 
GlueSchemaRegistryOutputStreamSerializer - Class in org.apache.flink.formats.avro.glue.schema.registry
AWS Glue Schema Registry output stream serializer to accept schema and output stream to register schema and write serialized object with schema registry bytes to output stream.
GlueSchemaRegistryOutputStreamSerializer(String, Map<String, Object>) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryOutputStreamSerializer
 
GlueSchemaRegistryOutputStreamSerializer(String, Map<String, Object>, GlueSchemaRegistrySerializationFacade) - Constructor for class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryOutputStreamSerializer
 

O

org.apache.flink.formats.avro.glue.schema.registry - package org.apache.flink.formats.avro.glue.schema.registry
 

R

readSchema(InputStream) - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoder
 
registerSchemaAndSerializeStream(Schema, OutputStream, byte[]) - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryOutputStreamSerializer
Register schema and write serialized object with schema registry bytes to output stream.

S

serialize(T) - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSerializationSchema
Serializes the incoming element to a byte array containing bytes of AWS Glue Schema registry information.

W

writeSchema(Schema, OutputStream) - Method in class org.apache.flink.formats.avro.glue.schema.registry.GlueSchemaRegistryAvroSchemaCoder
 
F G O R S W 
Skip navigation links

Copyright © 2014–2022 The Apache Software Foundation. All rights reserved.