public static enum AvroOutputFormat.Codec extends Enum<AvroOutputFormat.Codec>
| Modifier and Type | Method and Description |
|---|---|
static AvroOutputFormat.Codec |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AvroOutputFormat.Codec[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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 - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2014–2017 The Apache Software Foundation. All rights reserved.