public class TestSingleColumnValueExcludeFilter extends Object
SingleColumnValueExcludeFilter
. Because this filter
extends SingleColumnValueFilter
, only the added functionality is
tested. That is, method filterCell(Cell).Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
COLUMN_FAMILY |
private static byte[] |
COLUMN_QUALIFIER |
private static byte[] |
COLUMN_QUALIFIER_2 |
private static byte[] |
ROW |
private static byte[] |
VAL_1 |
private static byte[] |
VAL_2 |
Constructor and Description |
---|
TestSingleColumnValueExcludeFilter() |
Modifier and Type | Method and Description |
---|---|
void |
testFilterCell()
Test the overridden functionality of filterCell(Cell)
|
public static final HBaseClassTestRule CLASS_RULE
private static final byte[] ROW
private static final byte[] COLUMN_FAMILY
private static final byte[] COLUMN_QUALIFIER
private static final byte[] COLUMN_QUALIFIER_2
private static final byte[] VAL_1
private static final byte[] VAL_2
public TestSingleColumnValueExcludeFilter()
public void testFilterCell() throws Exception
Exception
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.