public static enum HBaseTableUtil.CompressionType extends Enum<HBaseTableUtil.CompressionType>
| Modifier and Type | Method and Description |
|---|---|
static HBaseTableUtil.CompressionType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HBaseTableUtil.CompressionType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HBaseTableUtil.CompressionType LZO
public static final HBaseTableUtil.CompressionType SNAPPY
public static final HBaseTableUtil.CompressionType GZIP
public static final HBaseTableUtil.CompressionType NONE
public static HBaseTableUtil.CompressionType[] values()
for (HBaseTableUtil.CompressionType c : HBaseTableUtil.CompressionType.values()) System.out.println(c);
public static HBaseTableUtil.CompressionType 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 © 2016 Cask Data, Inc. Licensed under the Apache License, Version 2.0.