public static enum HbckErrorReporter.ERROR_CODE extends Enum<HbckErrorReporter.ERROR_CODE>
Modifier and Type | Method and Description |
---|---|
static HbckErrorReporter.ERROR_CODE |
valueOf(String name)
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.
|
public static final HbckErrorReporter.ERROR_CODE UNKNOWN
public static final HbckErrorReporter.ERROR_CODE NO_META_REGION
public static final HbckErrorReporter.ERROR_CODE NULL_META_REGION
public static final HbckErrorReporter.ERROR_CODE NO_VERSION_FILE
public static final HbckErrorReporter.ERROR_CODE NOT_IN_META_HDFS
public static final HbckErrorReporter.ERROR_CODE NOT_IN_META
public static final HbckErrorReporter.ERROR_CODE NOT_IN_META_OR_DEPLOYED
public static final HbckErrorReporter.ERROR_CODE NOT_IN_HDFS_OR_DEPLOYED
public static final HbckErrorReporter.ERROR_CODE NOT_IN_HDFS
public static final HbckErrorReporter.ERROR_CODE SERVER_DOES_NOT_MATCH_META
public static final HbckErrorReporter.ERROR_CODE NOT_DEPLOYED
public static final HbckErrorReporter.ERROR_CODE MULTI_DEPLOYED
public static final HbckErrorReporter.ERROR_CODE SHOULD_NOT_BE_DEPLOYED
public static final HbckErrorReporter.ERROR_CODE MULTI_META_REGION
public static final HbckErrorReporter.ERROR_CODE RS_CONNECT_FAILURE
public static final HbckErrorReporter.ERROR_CODE FIRST_REGION_STARTKEY_NOT_EMPTY
public static final HbckErrorReporter.ERROR_CODE LAST_REGION_ENDKEY_NOT_EMPTY
public static final HbckErrorReporter.ERROR_CODE DUPE_STARTKEYS
public static final HbckErrorReporter.ERROR_CODE HOLE_IN_REGION_CHAIN
public static final HbckErrorReporter.ERROR_CODE OVERLAP_IN_REGION_CHAIN
public static final HbckErrorReporter.ERROR_CODE REGION_CYCLE
public static final HbckErrorReporter.ERROR_CODE DEGENERATE_REGION
public static final HbckErrorReporter.ERROR_CODE ORPHAN_HDFS_REGION
public static final HbckErrorReporter.ERROR_CODE LINGERING_SPLIT_PARENT
public static final HbckErrorReporter.ERROR_CODE NO_TABLEINFO_FILE
public static final HbckErrorReporter.ERROR_CODE LINGERING_REFERENCE_HFILE
public static final HbckErrorReporter.ERROR_CODE LINGERING_HFILELINK
public static final HbckErrorReporter.ERROR_CODE WRONG_USAGE
public static final HbckErrorReporter.ERROR_CODE EMPTY_META_CELL
public static final HbckErrorReporter.ERROR_CODE EXPIRED_TABLE_LOCK
public static final HbckErrorReporter.ERROR_CODE BOUNDARIES_ERROR
public static final HbckErrorReporter.ERROR_CODE ORPHAN_TABLE_STATE
public static final HbckErrorReporter.ERROR_CODE NO_TABLE_STATE
public static final HbckErrorReporter.ERROR_CODE UNDELETED_REPLICATION_QUEUE
public static final HbckErrorReporter.ERROR_CODE DUPE_ENDKEYS
public static final HbckErrorReporter.ERROR_CODE UNSUPPORTED_OPTION
public static final HbckErrorReporter.ERROR_CODE INVALID_TABLE
public static HbckErrorReporter.ERROR_CODE[] values()
for (HbckErrorReporter.ERROR_CODE c : HbckErrorReporter.ERROR_CODE.values()) System.out.println(c);
public static HbckErrorReporter.ERROR_CODE 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–2020 The Apache Software Foundation. All rights reserved.