Uses of Class
org.apache.flink.formats.avro.AvroWriterFactory
-
Packages that use AvroWriterFactory Package Description org.apache.flink.formats.avro -
-
Uses of AvroWriterFactory in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return AvroWriterFactory Modifier and Type Method Description static 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.
-