Package org.apache.hadoop.hbase.test
Enum IntegrationTestBigLinkedList.Verify.VerifyCounts
java.lang.Object
java.lang.Enum<IntegrationTestBigLinkedList.Verify.VerifyCounts>
org.apache.hadoop.hbase.test.IntegrationTestBigLinkedList.Verify.VerifyCounts
- All Implemented Interfaces:
Serializable
,Comparable<IntegrationTestBigLinkedList.Verify.VerifyCounts>
- Enclosing class:
- IntegrationTestBigLinkedList.Verify
public static enum IntegrationTestBigLinkedList.Verify.VerifyCounts
extends Enum<IntegrationTestBigLinkedList.Verify.VerifyCounts>
Don't change the order of these enums. Their ordinals are used as type flag when we emit
problems found from the reducer.
-
Enum Constant Summary
Enum ConstantDescription -
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.values()
Returns an array containing the constants of this enum type, in the order they are declared.
-
Enum Constant Details
-
UNREFERENCED
-
UNDEFINED
-
REFERENCED
-
CORRUPT
-
EXTRAREFERENCES
-
EXTRA_UNDEF_REFERENCES
-
LOST_FAMILIES
-
-
Constructor Details
-
VerifyCounts
private VerifyCounts()
-
-
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
-