RegExFilter and InputFormatBase.addIterator(Configuration, IteratorSetting)@Deprecated public static enum InputFormatBase.RegexType extends Enum<InputFormatBase.RegexType>
| Enum Constant and Description |
|---|
COLUMN_FAMILY
Deprecated.
|
COLUMN_QUALIFIER
Deprecated.
|
ROW
Deprecated.
|
VALUE
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static InputFormatBase.RegexType |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static InputFormatBase.RegexType[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final InputFormatBase.RegexType ROW
public static final InputFormatBase.RegexType COLUMN_FAMILY
public static final InputFormatBase.RegexType COLUMN_QUALIFIER
public static final InputFormatBase.RegexType VALUE
public static InputFormatBase.RegexType[] values()
for (InputFormatBase.RegexType c : InputFormatBase.RegexType.values()) System.out.println(c);
public static InputFormatBase.RegexType 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 The Apache Software Foundation. All Rights Reserved.