public static enum CompressionContext.DictionaryIndex extends Enum<CompressionContext.DictionaryIndex>
Enum Constant and Description |
---|
FAMILY |
QUALIFIER |
REGION |
ROW |
TABLE |
Modifier and Type | Method and Description |
---|---|
static CompressionContext.DictionaryIndex |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CompressionContext.DictionaryIndex[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompressionContext.DictionaryIndex REGION
public static final CompressionContext.DictionaryIndex TABLE
public static final CompressionContext.DictionaryIndex FAMILY
public static final CompressionContext.DictionaryIndex QUALIFIER
public static final CompressionContext.DictionaryIndex ROW
public static CompressionContext.DictionaryIndex[] values()
for (CompressionContext.DictionaryIndex c : CompressionContext.DictionaryIndex.values()) System.out.println(c);
public static CompressionContext.DictionaryIndex 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 © 2007–2020 The Apache Software Foundation. All rights reserved.