Package org.apache.hadoop.hbase.util
Enum 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>
- Enclosing interface:
- HbckErrorReporter
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic HbckErrorReporter.ERROR_CODE
Returns the enum constant of this type with the specified name.static HbckErrorReporter.ERROR_CODE[]
values()
Returns an array containing the constants of this enum type, 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 type, in the order they are declared.- Returns:
- an array containing the constants of this enum type, in the order they are declared
-
valueOf
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified nameNullPointerException
- if the argument is null
-