@InterfaceAudience.Public public enum CompactionState extends Enum<CompactionState>
枚举常量和说明 |
---|
MAJOR |
MAJOR_AND_MINOR |
MINOR |
NONE |
public static final CompactionState NONE
public static final CompactionState MINOR
public static final CompactionState MAJOR
public static final CompactionState MAJOR_AND_MINOR
public static CompactionState[] values()
for (CompactionState c : CompactionState.values()) System.out.println(c);
public static CompactionState valueOf(String name)
name
- 要返回的枚举常量的名称。IllegalArgumentException
- 如果该枚举类型没有带有指定名称的常量NullPointerException
- 如果参数为空值Copyright © 2007–2018 The Apache Software Foundation. All rights reserved.