public static enum AvroOutputFormat.Codec extends Enum<AvroOutputFormat.Codec>
public static final AvroOutputFormat.Codec NULL
public static final AvroOutputFormat.Codec SNAPPY
public static final AvroOutputFormat.Codec BZIP2
public static final AvroOutputFormat.Codec DEFLATE
public static final AvroOutputFormat.Codec XZ
public static AvroOutputFormat.Codec[] values()
for (AvroOutputFormat.Codec c : AvroOutputFormat.Codec.values()) System.out.println(c);
public static AvroOutputFormat.Codec valueOf(String name)
name - 要返回的枚举常量的名称。IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量NullPointerException - 如果参数为空值Copyright © 2014–2023 The Apache Software Foundation. All rights reserved.