public class TestParseFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
(package private) org.apache.hadoop.hbase.filter.ParseFilter |
f |
(package private) org.apache.hadoop.hbase.filter.Filter |
filter |
| Constructor and Description |
|---|
TestParseFilter() |
public static final HBaseClassTestRule CLASS_RULE
org.apache.hadoop.hbase.filter.ParseFilter f
org.apache.hadoop.hbase.filter.Filter filter
public TestParseFilter()
public void testKeyOnlyFilter() throws IOException
IOExceptionpublic void testFirstKeyOnlyFilter() throws IOException
IOExceptionpublic void testPrefixFilter() throws IOException
IOExceptionpublic void testColumnPrefixFilter() throws IOException
IOExceptionpublic void testMultipleColumnPrefixFilter() throws IOException
IOExceptionpublic void testColumnCountGetFilter() throws IOException
IOExceptionpublic void testPageFilter() throws IOException
IOExceptionpublic void testColumnPaginationFilter() throws IOException
IOExceptionpublic void testInclusiveStopFilter() throws IOException
IOExceptionpublic void testTimestampsFilter() throws IOException
IOExceptionpublic void testRowFilter() throws IOException
IOExceptionpublic void testFamilyFilter() throws IOException
IOExceptionpublic void testQualifierFilter() throws IOException
IOExceptionpublic void testValueFilter() throws IOException
IOExceptionpublic void testColumnRangeFilter() throws IOException
IOExceptionpublic void testDependentColumnFilter() throws IOException
IOExceptionpublic void testSingleColumnValueFilter() throws IOException
IOExceptionpublic void testSingleColumnValueExcludeFilter() throws IOException
IOExceptionpublic void testSkipFilter() throws IOException
IOExceptionpublic void testWhileFilter() throws IOException
IOExceptionpublic void testCompoundFilter1() throws IOException
IOExceptionpublic void testCompoundFilter2() throws IOException
IOExceptionpublic void testCompoundFilter3() throws IOException
IOExceptionpublic void testCompoundFilter4() throws IOException
IOExceptionpublic void testCompoundFilter5() throws IOException
IOExceptionpublic void testIncorrectCompareOperator() throws IOException
IOExceptionpublic void testIncorrectComparatorType() throws IOException
IOExceptionpublic void testPrecedence1() throws IOException
IOExceptionpublic void testPrecedence2() throws IOException
IOExceptionpublic void testUnescapedQuote1() throws IOException
IOExceptionpublic void testUnescapedQuote2() throws IOException
IOExceptionpublic void testUnescapedQuote3() throws IOException
IOExceptionpublic void testIncorrectFilterString() throws IOException
IOExceptionpublic void testCorrectFilterString() throws IOException
IOExceptionpublic void testRegisterFilter()
private <T extends org.apache.hadoop.hbase.filter.Filter> T doTestFilter(String filterString, Class<T> clazz) throws IOException
IOExceptionpublic void testColumnValueFilter() throws IOException
IOExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.