Package org.apache.hadoop.hbase.util
Enum Class HbckErrorReporter.ERROR_CODE
java.lang.Object
java.lang.Enum<HbckErrorReporter.ERROR_CODE>
org.apache.hadoop.hbase.util.HbckErrorReporter.ERROR_CODE
- All Implemented Interfaces:
Serializable
,Comparable<HbckErrorReporter.ERROR_CODE>
,Constable
- Enclosing interface:
- HbckErrorReporter
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HbckErrorReporter.ERROR_CODE
Returns the enum constant of this class with the specified name.static HbckErrorReporter.ERROR_CODE[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
UNKNOWN
-
NO_META_REGION
-
NULL_META_REGION
-
NO_VERSION_FILE
-
NOT_IN_META_HDFS
-
NOT_IN_META
-
NOT_IN_META_OR_DEPLOYED
-
NOT_IN_HDFS_OR_DEPLOYED
-
NOT_IN_HDFS
-
SERVER_DOES_NOT_MATCH_META
-
NOT_DEPLOYED
-
MULTI_DEPLOYED
-
SHOULD_NOT_BE_DEPLOYED
-
MULTI_META_REGION
-
RS_CONNECT_FAILURE
-
FIRST_REGION_STARTKEY_NOT_EMPTY
-
LAST_REGION_ENDKEY_NOT_EMPTY
-
DUPE_STARTKEYS
-
HOLE_IN_REGION_CHAIN
-
OVERLAP_IN_REGION_CHAIN
-
REGION_CYCLE
-
DEGENERATE_REGION
-
ORPHAN_HDFS_REGION
-
LINGERING_SPLIT_PARENT
-
NO_TABLEINFO_FILE
-
LINGERING_REFERENCE_HFILE
-
LINGERING_HFILELINK
-
WRONG_USAGE
-
EMPTY_META_CELL
-
EXPIRED_TABLE_LOCK
-
BOUNDARIES_ERROR
-
ORPHAN_TABLE_STATE
-
NO_TABLE_STATE
-
UNDELETED_REPLICATION_QUEUE
-
DUPE_ENDKEYS
-
UNSUPPORTED_OPTION
-
INVALID_TABLE
-
UNKNOWN_SERVER
-
-
Constructor Details
-
ERROR_CODE
private ERROR_CODE()
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-