Package org.apache.hadoop.hbase.filter
Class TestFilterSerialization
java.lang.Object
org.apache.hadoop.hbase.filter.TestFilterSerialization
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddata()voidvoidvoidvoidvoidvoidTest that we can load and deserialize custom filters.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
CLASS_RULE
-
allowFastReflectionFallthrough
-
-
Constructor Details
-
TestFilterSerialization
public TestFilterSerialization()
-
-
Method Details
-
data
-
afterClass
- Throws:
Exception
-
testColumnCountGetFilter
- Throws:
Exception
-
testColumnPaginationFilter
- Throws:
Exception
-
testColumnPrefixFilter
- Throws:
Exception
-
testColumnRangeFilter
- Throws:
Exception
-
testDependentColumnFilter
- Throws:
Exception
-
testFamilyFilter
- Throws:
Exception
-
testFilterList
- Throws:
Exception
-
testFilterWrapper
- Throws:
Exception
-
testFirstKeyOnlyFilter
- Throws:
Exception
-
testFuzzyRowFilter
- Throws:
Exception
-
testInclusiveStopFilter
- Throws:
Exception
-
testKeyOnlyFilter
- Throws:
Exception
-
testMultipleColumnPrefixFilter
- Throws:
Exception
-
testPageFilter
- Throws:
Exception
-
testPrefixFilter
- Throws:
Exception
-
testQualifierFilter
- Throws:
Exception
-
testRandomRowFilter
- Throws:
Exception
-
testRowFilter
- Throws:
Exception
-
testSingleColumnValueExcludeFilter
- Throws:
Exception
-
testSingleColumnValueFilter
- Throws:
Exception
-
testSkipFilter
- Throws:
Exception
-
testTimestampsFilter
- Throws:
Exception
-
testValueFilter
- Throws:
Exception
-
testWhileMatchFilter
- Throws:
Exception
-
testMultiRowRangeFilter
- Throws:
Exception
-
testColumnValueFilter
- Throws:
Exception
-
testCustomFilter
Test that we can load and deserialize custom filters. Good to have generally, but also proves that this still works after HBASE-27276 despite not going through our fast function caches.- Throws:
Exception
-