Uses of Enum
org.apache.flink.formats.avro.AvroOutputFormat.Codec
Packages that use AvroOutputFormat.Codec
-
Uses of AvroOutputFormat.Codec in org.apache.flink.formats.avro
Methods in org.apache.flink.formats.avro that return AvroOutputFormat.CodecModifier and TypeMethodDescriptionstatic AvroOutputFormat.CodecReturns 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.CodecModifier and TypeMethodDescriptionvoidAvroOutputFormat.setCodec(AvroOutputFormat.Codec codec) Set avro codec for compression.