Uses of Class
org.apache.flink.formats.avro.AvroOutputFormat.Codec
-
Packages that use AvroOutputFormat.Codec Package Description org.apache.flink.formats.avro -
-
Uses of AvroOutputFormat.Codec in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return AvroOutputFormat.Codec Modifier and Type Method Description static AvroOutputFormat.CodecAvroOutputFormat.Codec. valueOf(String name)Returns the enum constant of this type with the specified name.static AvroOutputFormat.Codec[]AvroOutputFormat.Codec. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.flink.formats.avro with parameters of type AvroOutputFormat.Codec Modifier and Type Method Description voidAvroOutputFormat. setCodec(AvroOutputFormat.Codec codec)Set avro codec for compression.
-