public static enum SchemaHelper.Compression extends java.lang.Enum<SchemaHelper.Compression>
| Modifier and Type | Method and Description |
|---|---|
static SchemaHelper.Compression |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static SchemaHelper.Compression[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SchemaHelper.Compression LZF
public static final SchemaHelper.Compression LZO
public static final SchemaHelper.Compression LZ4
public static final SchemaHelper.Compression ZLIB
public static final SchemaHelper.Compression GZ
public static final SchemaHelper.Compression OFF
public static final SchemaHelper.Compression NONE
public static SchemaHelper.Compression[] values()
for (SchemaHelper.Compression c : SchemaHelper.Compression.values()) System.out.println(c);
public static SchemaHelper.Compression valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null