Package org.apache.hadoop.hbase.client
Class TestColumnFamilyDescriptorLowerCaseEnum
java.lang.Object
org.apache.hadoop.hbase.client.TestColumnFamilyDescriptorLowerCaseEnum
Testcase for HBASE-21732. Make sure that all enum configurations can accept lower case value.
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static final org.slf4j.Logger
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate boolean
contains
(Collection<Enum<?>> enumConsts, String value) private Enum<?>
getEnumValue
(Class<?> enumType) private Method
getSetMethod
(Method getMethod, Class<?> enumType) void
test()
-
Field Details
-
CLASS_RULE
-
LOG
-
-
Constructor Details
-
TestColumnFamilyDescriptorLowerCaseEnum
-
-
Method Details
-
getSetMethod
- Throws:
NoSuchMethodException
-
getEnumValue
-
contains
-
test
-