Package org.apache.hadoop.hbase.filter
Class TestComparatorSerialization
java.lang.Object
org.apache.hadoop.hbase.filter.TestComparatorSerialization
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionstatic voiddata()voidvoidvoidvoidvoidTest that we can load and deserialize custom comparators.voidvoidvoid 
- 
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
 
 -