public class TestFilterFromRegionSide extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestFilterFromRegionSide.FirstSeveralCellsFilter |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
FAMILIES |
private static byte[] |
FAMILY |
private static int |
NUM_COLS |
private static int |
NUM_FAMILIES |
private static int |
NUM_QUALIFIERS |
private static int |
NUM_ROWS |
private static byte[] |
QUALIFIER |
private static byte[][] |
QUALIFIERS |
private static org.apache.hadoop.hbase.regionserver.HRegion |
REGION |
private static byte[] |
ROW |
private static byte[][] |
ROWS |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
private static byte[] |
VALUE |
private static int |
VALUE_SIZE |
Constructor and Description |
---|
TestFilterFromRegionSide() |
Modifier and Type | Method and Description |
---|---|
private static ArrayList<org.apache.hadoop.hbase.client.Put> |
createPuts(byte[][] rows,
byte[][] families,
byte[][] qualifiers,
byte[] value) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testFirstKeyOnlyFilterAndBatch() |
void |
testFirstSeveralCellsFilterAndBatch() |
public static final HBaseClassTestRule CLASS_RULE
private static final HBaseTestingUtility TEST_UTIL
private static org.apache.hadoop.hbase.regionserver.HRegion REGION
private static org.apache.hadoop.hbase.TableName TABLE_NAME
private static int NUM_ROWS
private static byte[] ROW
private static byte[][] ROWS
private static int NUM_FAMILIES
private static byte[] FAMILY
private static byte[][] FAMILIES
private static int NUM_QUALIFIERS
private static byte[] QUALIFIER
private static byte[][] QUALIFIERS
private static int VALUE_SIZE
private static byte[] VALUE
private static int NUM_COLS
public TestFilterFromRegionSide()
public static void setUpBeforeClass() throws Exception
Exception
private static ArrayList<org.apache.hadoop.hbase.client.Put> createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) throws IOException
IOException
public static void tearDownAfterClass() throws Exception
Exception
public void testFirstKeyOnlyFilterAndBatch() throws IOException
IOException
public void testFirstSeveralCellsFilterAndBatch() throws IOException
IOException
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.