@InterfaceAudience.Private public static enum HConstants.Modify extends Enum<HConstants.Modify>
枚举常量和说明 |
---|
CLOSE_REGION |
TABLE_COMPACT |
TABLE_FLUSH |
TABLE_MAJOR_COMPACT |
TABLE_SET_HTD |
TABLE_SPLIT |
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
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.