public class TestDependentColumnFilter extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestDependentColumnFilter() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testFilterDropping()
Test that the filter correctly drops rows without a corresponding timestamp
|
void |
testScans()
Test scans using a DependentColumnFilter
|
void |
testToStringWithNonNullComparator() |
void |
testToStringWithNullComparator()
Test for HBASE-8794.
|
public static final HBaseClassTestRule CLASS_RULE
public TestDependentColumnFilter()
public void testScans() throws Exception
Exceptionpublic void testFilterDropping() throws Exception
Exceptionpublic void testToStringWithNullComparator()
public void testToStringWithNonNullComparator()
Copyright © 2007–2019 Cloudera. All rights reserved.