public class TestQualifierFilterWithEmptyQualifier extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static org.slf4j.Logger |
LOG |
org.junit.rules.TestName |
name |
private long |
numRows |
private static byte[][] |
QUALIFIERS |
private org.apache.hadoop.hbase.regionserver.HRegion |
region |
private static byte[][] |
ROWS |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestQualifierFilterWithEmptyQualifier() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
testQualifierFilterWithEmptyColumn() |
private void |
verifyScanNoEarlyOut(org.apache.hadoop.hbase.client.Scan s,
long expectedRows,
long expectedKeys) |
private static final org.slf4j.Logger LOG
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private org.apache.hadoop.hbase.regionserver.HRegion region
public org.junit.rules.TestName name
private static final byte[][] ROWS
private static final byte[] FAMILY
private static final byte[][] QUALIFIERS
private static final byte[] VALUE
private long numRows
public TestQualifierFilterWithEmptyQualifier()
public void testQualifierFilterWithEmptyColumn() throws IOException
IOException
private void verifyScanNoEarlyOut(org.apache.hadoop.hbase.client.Scan s, long expectedRows, long expectedKeys) throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.