Package org.apache.hadoop.hbase.filter
Class TestComparatorSerialization
java.lang.Object
org.apache.hadoop.hbase.filter.TestComparatorSerialization
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
data()
void
void
void
void
void
Test that we can load and deserialize custom comparators.void
void
void
-
Field Details
-
CLASS_RULE
-
allowFastReflectionFallthrough
-
-
Constructor Details
-
TestComparatorSerialization
public TestComparatorSerialization()
-
-
Method Details
-
data
-
afterClass
- Throws:
Exception
-
testBinaryComparator
- Throws:
Exception
-
testBinaryPrefixComparator
- Throws:
Exception
-
testBitComparator
- Throws:
Exception
-
testNullComparator
- Throws:
Exception
-
testRegexStringComparator
- Throws:
Exception
-
testSubstringComparator
- Throws:
Exception
-
testBigDecimalComparator
- Throws:
Exception
-
testCustomComparator
Test that we can load and deserialize custom comparators. Good to have generally, but also proves that this still works after HBASE-27276 despite not going through our fast function caches.- Throws:
Exception
-