Serialized Form
-
Package org.apache.flink.formats.avro
-
Class org.apache.flink.formats.avro.AbstractAvroBulkFormat extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
readerSchema
org.apache.avro.Schema readerSchema
-
-
Class org.apache.flink.formats.avro.AvroDeserializationSchema extends Object implements Serializable
- serialVersionUID:
- -6766681879020862312L
-
Serialized Fields
-
encoding
AvroFormatOptions.AvroEncoding encoding
Config option for the deserialization approach to use. -
recordClazz
Class<T> recordClazz
Class to deserialize to. -
schemaString
String schemaString
Schema in case of GenericRecord for serialization purpose.
-
-
Class org.apache.flink.formats.avro.AvroInputFormat extends org.apache.flink.api.common.io.FileInputFormat<E> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.flink.formats.avro.AvroOutputFormat extends org.apache.flink.api.common.io.FileOutputFormat<E> implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
writeObject
private void writeObject(ObjectOutputStream out) throws IOException
- Throws:
IOException
-
-
Serialized Fields
-
Class org.apache.flink.formats.avro.AvroRowDataDeserializationSchema extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nestedSchema
org.apache.flink.api.common.serialization.DeserializationSchema<org.apache.avro.generic.GenericRecord> nestedSchema
Nested schema to deserialize the inputs into avroGenericRecord. * -
runtimeConverter
AvroToRowDataConverters.AvroToRowDataConverter runtimeConverter
Runtime instance that performs the actual work. -
typeInfo
org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.flink.table.data.RowData> typeInfo
Type information describing the result type.
-
-
Class org.apache.flink.formats.avro.AvroRowDataSerializationSchema extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
nestedSchema
org.apache.flink.api.common.serialization.SerializationSchema<org.apache.avro.generic.GenericRecord> nestedSchema
Nested schema to serialize theGenericRecordinto bytes. * -
rowType
org.apache.flink.table.types.logical.RowType rowType
Logical type describing the input type. -
runtimeConverter
RowDataToAvroConverters.RowDataToAvroConverter runtimeConverter
Runtime instance that performs the actual work.
-
-
Class org.apache.flink.formats.avro.AvroSerializationSchema extends Object implements Serializable
- serialVersionUID:
- -8766681879020862312L
-
Serialized Fields
-
encoding
AvroFormatOptions.AvroEncoding encoding
Config option for the serialization approach to use. -
recordClazz
Class<T> recordClazz
Class to serialize to. -
schemaString
String schemaString
-
-
Class org.apache.flink.formats.avro.AvroWriterFactory extends Object implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
avroBuilder
AvroBuilder<T> avroBuilder
The builder to construct the AvroDataFileWriter.
-
-
Class org.apache.flink.formats.avro.RegistryAvroDeserializationSchema extends AvroDeserializationSchema<T> implements Serializable
- serialVersionUID:
- -884738268437806062L
-
Serialized Fields
-
schemaCoderProvider
SchemaCoder.SchemaCoderProvider schemaCoderProvider
Provider for schema coder. Used for initializing in each task.
-
-
Class org.apache.flink.formats.avro.RegistryAvroSerializationSchema extends AvroSerializationSchema<T> implements Serializable
- serialVersionUID:
- -6766681879020862312L
-
Serialized Fields
-
schemaCoder
SchemaCoder schemaCoder
-
schemaCoderProvider
SchemaCoder.SchemaCoderProvider schemaCoderProvider
Provider for schema coder. Used for initializing in each task.
-
-
-
Package org.apache.flink.formats.avro.typeutils
-
Class org.apache.flink.formats.avro.typeutils.AvroSerializer extends org.apache.flink.api.common.typeutils.TypeSerializer<T> implements Serializable
- serialVersionUID:
- 2L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream in) throws IOException, ClassNotFoundException
- Throws:
IOExceptionClassNotFoundException
-
-
Serialized Fields
-
Class org.apache.flink.formats.avro.typeutils.AvroTypeInfo extends org.apache.flink.api.java.typeutils.PojoTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.flink.formats.avro.typeutils.GenericRecordAvroTypeInfo extends org.apache.flink.api.common.typeinfo.TypeInformation<org.apache.avro.generic.GenericRecord> implements Serializable
- serialVersionUID:
- 4141977586453820650L
-
Serialization Methods
-
readObject
private void readObject(ObjectInputStream ois) throws ClassNotFoundException, IOException
- Throws:
ClassNotFoundExceptionIOException
-
writeObject
private void writeObject(ObjectOutputStream oos) throws IOException
- Throws:
IOException
-
-
-
Package org.apache.flink.formats.avro.utils
-
Class org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroGenericDataArraySerializer extends com.esotericsoftware.kryo.serializers.CollectionSerializer<org.apache.avro.generic.GenericData.Array> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroGenericRecordSerializer extends com.esotericsoftware.kryo.Serializer<org.apache.avro.generic.GenericData.Record> implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroSchemaSerializer extends com.esotericsoftware.kryo.Serializer<org.apache.avro.Schema> implements Serializable
- serialVersionUID:
- 1L
-