Uses of Class
org.apache.flink.formats.avro.AvroWriterFactory
Packages that use AvroWriterFactory
-
Uses of AvroWriterFactory in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return AvroWriterFactoryModifier and TypeMethodDescriptionstatic AvroWriterFactory<org.apache.avro.generic.GenericRecord>AvroWriters.forGenericRecord(org.apache.avro.Schema schema) Creates anAvroWriterFactorythat accepts and writes Avro generic types.static <T> AvroWriterFactory<T>AvroWriters.forReflectRecord(Class<T> type) Creates anAvroWriterFactoryfor the given type.static <T extends org.apache.avro.specific.SpecificRecordBase>
AvroWriterFactory<T>AvroWriters.forSpecificRecord(Class<T> type) Creates anAvroWriterFactoryfor an Avro specific type.