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
IOException
public void testFirstKeyOnlyFilter() throws IOException
IOException
public void testPrefixFilter() throws IOException
IOException
public void testColumnPrefixFilter() throws IOException
IOException
public void testMultipleColumnPrefixFilter() throws IOException
IOException
public void testColumnCountGetFilter() throws IOException
IOException
public void testPageFilter() throws IOException
IOException
public void testColumnPaginationFilter() throws IOException
IOException
public void testInclusiveStopFilter() throws IOException
IOException
public void testTimestampsFilter() throws IOException
IOException
public void testRowFilter() throws IOException
IOException
public void testFamilyFilter() throws IOException
IOException
public void testQualifierFilter() throws IOException
IOException
public void testValueFilter() throws IOException
IOException
public void testColumnRangeFilter() throws IOException
IOException
public void testDependentColumnFilter() throws IOException
IOException
public void testSingleColumnValueFilter() throws IOException
IOException
public void testSingleColumnValueExcludeFilter() throws IOException
IOException
public void testSkipFilter() throws IOException
IOException
public void testWhileFilter() throws IOException
IOException
public void testCompoundFilter1() throws IOException
IOException
public void testCompoundFilter2() throws IOException
IOException
public void testCompoundFilter3() throws IOException
IOException
public void testCompoundFilter4() throws IOException
IOException
public void testCompoundFilter5() throws IOException
IOException
public void testIncorrectCompareOperator() throws IOException
IOException
public void testIncorrectComparatorType() throws IOException
IOException
public void testPrecedence1() throws IOException
IOException
public void testPrecedence2() throws IOException
IOException
public void testUnescapedQuote1() throws IOException
IOException
public void testUnescapedQuote2() throws IOException
IOException
public void testUnescapedQuote3() throws IOException
IOException
public void testIncorrectFilterString() throws IOException
IOException
public void testCorrectFilterString() throws IOException
IOException
public void testRegisterFilter()
private <T extends org.apache.hadoop.hbase.filter.Filter> T doTestFilter(String filterString, Class<T> clazz) throws IOException
IOException
public void testColumnValueFilter() throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.