public class TestFilter extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
TestFilter.SlowScanFilter
Filter which makes sleeps for a second between each row of a scan.
|
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
org.junit.rules.TestName |
name |
| Constructor and Description |
|---|
TestFilter() |
public static final HBaseClassTestRule CLASS_RULE
public org.junit.rules.TestName name
public TestFilter()
public void testRegionScannerReseek() throws Exception
Exceptionpublic void testNoFilter() throws Exception
Exceptionpublic void testPrefixFilter() throws Exception
Exceptionpublic void testPrefixFilterWithReverseScan() throws Exception
Exceptionpublic void testPageFilter() throws Exception
Exceptionpublic void testPageFilterWithReverseScan() throws Exception
Exceptionpublic void testWhileMatchFilterWithFilterRowWithReverseScan() throws Exception
Exceptionpublic void testWhileMatchFilterWithFilterRowKeyWithReverseScan() throws Exception
Exceptionpublic void testWhileMatchFilterWithFilterRow() throws Exception
WhileMatchFilter works in combination with a
Filter that uses the
Filter.filterRow() method.
See HBASE-2258.Exceptionpublic void test94FilterRowCompatibility() throws Exception
Exceptionpublic void testWhileMatchFilterWithFilterRowKey() throws Exception
WhileMatchFilter works in combination with a
Filter that uses the
Filter.filterRowKey(Cell) method.
See HBASE-2258.Exceptionpublic void testWhileMatchFilterWithFilterCell() throws Exception
WhileMatchFilter works in combination with a
Filter that uses the Filter.filterCell(Cell) method.
See HBASE-2258.Exceptionpublic void testInclusiveStopFilter() throws IOException
IOExceptionpublic void testInclusiveStopFilterWithReverseScan() throws IOException
IOExceptionpublic void testQualifierFilter() throws IOException
IOExceptionpublic void testFamilyFilter() throws IOException
IOExceptionpublic void testRowFilter() throws IOException
IOExceptionpublic void testValueFilter() throws IOException
IOExceptionpublic void testSkipFilter() throws IOException
IOExceptionpublic void testFilterList() throws IOException
IOExceptionpublic void testFirstKeyOnlyFilter() throws IOException
IOExceptionpublic void testFilterListWithSingleColumnValueFilter() throws IOException
IOExceptionpublic void testFilterListWithPrefixFilter() throws IOException
IOExceptionpublic void testSingleColumnValueFilter() throws IOException
IOExceptionpublic void testColumnValueFilter() throws Exception
Exceptionpublic void testColumnPaginationFilterColumnOffset() throws Exception
Exceptionpublic void testLatestVersionFilterWithExplicitColumn() throws Exception
Exceptionpublic void testColumnPaginationFilter() throws Exception
Exceptionpublic void testKeyOnlyFilter() throws Exception
Exceptionpublic void testNestedFilterListWithSCVF() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.