Package org.apache.hadoop.hbase.filter
Class TestFilterSerialization
java.lang.Object
org.apache.hadoop.hbase.filter.TestFilterSerialization
@Tag("org.apache.hadoop.hbase.testclassification.FilterTests") @Tag("org.apache.hadoop.hbase.testclassification.MediumTests")
public class TestFilterSerialization
extends Object
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic Stream<org.junit.jupiter.params.provider.Arguments>voidvoidvoidvoidvoidvoidTest that we can load and deserialize custom filters.voidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoidvoid
-
Field Details
-
allowFastReflectionFallthrough
-
-
Constructor Details
-
TestFilterSerialization
-
-
Method Details
-
parameters
-
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
-