- AbstractAvroBulkFormat<A,T,SplitT extends org.apache.flink.connector.file.src.FileSourceSplit> - org.apache.flink.formats.avro中的类
-
Provides a BulkFormat for Avro records.
- AbstractAvroBulkFormat(Schema) - 类 的构造器org.apache.flink.formats.avro.AbstractAvroBulkFormat
-
- addAvroGenericDataArrayRegistration(LinkedHashMap<String, KryoRegistration>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
-
- addAvroSerializersIfRequired(ExecutionConfig, Class<?>) - 类 中的方法org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
-
- addElement(T) - 类 中的方法org.apache.flink.formats.avro.AvroBulkWriter
-
- arrayNext() - 类 中的方法org.apache.flink.formats.avro.utils.DataInputDecoder
-
- AVRO_OUTPUT_CODEC - 类 中的静态变量org.apache.flink.formats.avro.AvroFormatOptions
-
- AvroBuilder<T> - org.apache.flink.formats.avro中的接口
-
- AvroBulkWriter<T> - org.apache.flink.formats.avro中的类
-
A simple BulkWriter implementation that wraps an Avro DataFileWriter.
- AvroBulkWriter(DataFileWriter<T>) - 类 的构造器org.apache.flink.formats.avro.AvroBulkWriter
-
Create a new AvroBulkWriter wrapping the given Avro DataFileWriter.
- AvroDeserializationSchema<T> - org.apache.flink.formats.avro中的类
-
Deserialization schema that deserializes from Avro binary format.
- AvroFactory<T> - org.apache.flink.formats.avro.typeutils中的类
-
Creates Avro DatumReader and DatumWriter.
- AvroFileFormatFactory - org.apache.flink.formats.avro中的类
-
Avro format factory for file system.
- AvroFileFormatFactory() - 类 的构造器org.apache.flink.formats.avro.AvroFileFormatFactory
-
- AvroFormatFactory - org.apache.flink.formats.avro中的类
-
Table format factory for providing configured instances of Avro to RowData SerializationSchema and DeserializationSchema.
- AvroFormatFactory() - 类 的构造器org.apache.flink.formats.avro.AvroFormatFactory
-
- AvroFormatOptions - org.apache.flink.formats.avro中的类
-
Options for the avro format.
- AvroInputFormat<E> - org.apache.flink.formats.avro中的类
-
Provides a FileInputFormat for Avro records.
- AvroInputFormat(Path, Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroInputFormat
-
- AvroKryoSerializerUtils - org.apache.flink.formats.avro.utils中的类
-
Utilities for integrating Avro serializers in Kryo.
- AvroKryoSerializerUtils() - 类 的构造器org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils
-
- AvroKryoSerializerUtils.AvroSchemaSerializer - org.apache.flink.formats.avro.utils中的类
-
Slow serialization approach for Avro schemas.
- AvroOutputFormat<E> - org.apache.flink.formats.avro中的类
-
FileOutputFormat for Avro records.
- AvroOutputFormat(Path, Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroOutputFormat
-
- AvroOutputFormat(Class<E>) - 类 的构造器org.apache.flink.formats.avro.AvroOutputFormat
-
- AvroOutputFormat.Codec - org.apache.flink.formats.avro中的枚举
-
Wrapper which encapsulates the supported codec and a related serialization byte.
- AvroRowDataDeserializationSchema - org.apache.flink.formats.avro中的类
-
Deserialization schema from Avro bytes to RowData.
- AvroRowDataDeserializationSchema(RowType, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
-
Creates a Avro deserialization schema for the given logical type.
- AvroRowDataDeserializationSchema(DeserializationSchema<GenericRecord>, AvroToRowDataConverters.AvroToRowDataConverter, TypeInformation<RowData>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataDeserializationSchema
-
Creates a Avro deserialization schema for the given logical type.
- AvroRowDataSerializationSchema - org.apache.flink.formats.avro中的类
-
Serialization schema that serializes RowData into Avro bytes.
- AvroRowDataSerializationSchema(RowType) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataSerializationSchema
-
Creates an Avro serialization schema with the given record row type.
- AvroRowDataSerializationSchema(RowType, SerializationSchema<GenericRecord>, RowDataToAvroConverters.RowDataToAvroConverter) - 类 的构造器org.apache.flink.formats.avro.AvroRowDataSerializationSchema
-
Creates an Avro serialization schema with the given record row type, nested schema and
runtime converters.
- AvroRowDeserializationSchema - org.apache.flink.formats.avro中的类
-
- AvroRowDeserializationSchema(Class<? extends SpecificRecord>) - 类 的构造器org.apache.flink.formats.avro.AvroRowDeserializationSchema
-
已过时。
Creates a Avro deserialization schema for the given specific record class.
- AvroRowDeserializationSchema(String) - 类 的构造器org.apache.flink.formats.avro.AvroRowDeserializationSchema
-
已过时。
Creates a Avro deserialization schema for the given Avro schema string.
- AvroRowSerializationSchema - org.apache.flink.formats.avro中的类
-
- AvroRowSerializationSchema(Class<? extends SpecificRecord>) - 类 的构造器org.apache.flink.formats.avro.AvroRowSerializationSchema
-
已过时。
Creates an Avro serialization schema for the given specific record class.
- AvroRowSerializationSchema(String) - 类 的构造器org.apache.flink.formats.avro.AvroRowSerializationSchema
-
已过时。
Creates an Avro serialization schema for the given Avro schema string.
- AvroSchemaConverter - org.apache.flink.formats.avro.typeutils中的类
-
Converts an Avro schema into Flink's type information.
- AvroSchemaSerializer() - 类 的构造器org.apache.flink.formats.avro.utils.AvroKryoSerializerUtils.AvroSchemaSerializer
-
- AvroSchemaSerializerConfigSnapshot() - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer.AvroSchemaSerializerConfigSnapshot
-
已过时。
- AvroSerializationSchema<T> - org.apache.flink.formats.avro中的类
-
Serialization schema that serializes to Avro binary format.
- AvroSerializationSchema(Class<T>, Schema) - 类 的构造器org.apache.flink.formats.avro.AvroSerializationSchema
-
Creates an Avro deserialization schema.
- AvroSerializer<T> - org.apache.flink.formats.avro.typeutils中的类
-
A serializer that serializes types via Avro.
- AvroSerializer(Class<T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
-
Creates a new AvroSerializer for the type indicated by the given class.
- AvroSerializer(Class<T>, Schema) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
-
Creates a new AvroSerializer for the type indicated by the given class.
- AvroSerializer(Class<T>, Class<? extends T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializer
-
- AvroSerializer.AvroSchemaSerializerConfigSnapshot<T> - org.apache.flink.formats.avro.typeutils中的类
-
已过时。
- AvroSerializerSnapshot<T> - org.apache.flink.formats.avro.typeutils中的类
-
An Avro specific implementation of a TypeSerializerSnapshot.
- AvroSerializerSnapshot() - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroSerializerSnapshot
-
- AvroToRowDataConverters - org.apache.flink.formats.avro中的类
-
Tool class used to convert from Avro GenericRecord to RowData
- AvroToRowDataConverters() - 类 的构造器org.apache.flink.formats.avro.AvroToRowDataConverters
-
- AvroToRowDataConverters.AvroToRowDataConverter - org.apache.flink.formats.avro中的接口
-
Runtime converter that converts Avro data structures into objects of Flink Table & SQL
internal data structures.
- AvroTypeInfo<T extends org.apache.avro.specific.SpecificRecordBase> - org.apache.flink.formats.avro.typeutils中的类
-
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>.
- AvroTypeInfo(Class<T>) - 类 的构造器org.apache.flink.formats.avro.typeutils.AvroTypeInfo
-
Creates a new Avro type info for the given class.
- AvroWriterFactory<T> - org.apache.flink.formats.avro中的类
-
- AvroWriterFactory(AvroBuilder<T>) - 类 的构造器org.apache.flink.formats.avro.AvroWriterFactory
-
Creates a new AvroWriterFactory using the given builder to assemble the ParquetWriter.
- AvroWriters - org.apache.flink.formats.avro中的类
-
Convenience builder to create
AvroWriterFactory instances for the different Avro types.