public class TestSwitchToStreamRead extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestSwitchToStreamRead.MatchLastRowCellNextColFilter |
static class |
TestSwitchToStreamRead.MatchLastRowCellNextRowFilter |
static class |
TestSwitchToStreamRead.MatchLastRowFilterRowFilter |
static class |
TestSwitchToStreamRead.MatchLastRowKeyFilter |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[] |
FAMILY |
private static byte[] |
QUAL |
private static org.apache.hadoop.hbase.regionserver.HRegion |
REGION |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
UTIL |
private static String |
VALUE_PREFIX |
Constructor and Description |
---|
TestSwitchToStreamRead() |
Modifier and Type | Method and Description |
---|---|
void |
setUp() |
void |
tearDown() |
void |
test() |
private void |
testFilter(org.apache.hadoop.hbase.filter.Filter filter) |
void |
testFilterCellNextCol() |
void |
testFilterCellNextRow() |
void |
testFilterRow() |
void |
testFilterRowKey() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility UTIL
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static byte[] FAMILY
private static byte[] QUAL
private static String VALUE_PREFIX
private static org.apache.hadoop.hbase.regionserver.HRegion REGION
public TestSwitchToStreamRead()
public void setUp() throws IOException
IOException
public void tearDown() throws IOException
IOException
public void test() throws IOException
IOException
private void testFilter(org.apache.hadoop.hbase.filter.Filter filter) throws IOException
IOException
public void testFilterRowKey() throws IOException
IOException
public void testFilterCellNextCol() throws IOException
IOException
public void testFilterCellNextRow() throws IOException
IOException
public void testFilterRow() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.