@InterfaceAudience.Private public static enum HConstants.Modify extends Enum<HConstants.Modify>
Enum Constant and Description |
---|
CLOSE_REGION |
TABLE_COMPACT |
TABLE_FLUSH |
TABLE_MAJOR_COMPACT |
TABLE_SET_HTD |
TABLE_SPLIT |
Modifier and Type | Method and Description |
---|---|
static HConstants.Modify |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HConstants.Modify[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HConstants.Modify CLOSE_REGION
public static final HConstants.Modify TABLE_COMPACT
public static final HConstants.Modify TABLE_FLUSH
public static final HConstants.Modify TABLE_MAJOR_COMPACT
public static final HConstants.Modify TABLE_SET_HTD
public static final HConstants.Modify TABLE_SPLIT
public static HConstants.Modify[] values()
for (HConstants.Modify c : HConstants.Modify.values()) System.out.println(c);
public static HConstants.Modify 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–2019 The Apache Software Foundation. All rights reserved.