Package org.apache.hadoop.hbase.filter
Class TestFilterFromRegionSide
java.lang.Object
org.apache.hadoop.hbase.filter.TestFilterFromRegionSide
To test behavior of filters at server from region side.
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final HBaseClassTestRule
private static byte[][]
private static byte[]
private static int
private static int
private static int
private static int
private static byte[]
private static byte[][]
private static org.apache.hadoop.hbase.regionserver.HRegion
private static byte[]
private static byte[][]
private static org.apache.hadoop.hbase.TableName
private static final HBaseTestingUtil
private static byte[]
private static int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate static ArrayList<org.apache.hadoop.hbase.client.Put>
createPuts
(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) static void
static void
void
void
-
Field Details
-
CLASS_RULE
-
TEST_UTIL
-
REGION
-
TABLE_NAME
-
NUM_ROWS
-
ROW
-
ROWS
-
NUM_FAMILIES
-
FAMILY
-
FAMILIES
-
NUM_QUALIFIERS
-
QUALIFIER
-
QUALIFIERS
-
VALUE_SIZE
-
VALUE
-
NUM_COLS
-
-
Constructor Details
-
TestFilterFromRegionSide
public TestFilterFromRegionSide()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
createPuts
private static ArrayList<org.apache.hadoop.hbase.client.Put> createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) throws IOException - Throws:
IOException
-
tearDownAfterClass
- Throws:
Exception
-
testFirstKeyOnlyFilterAndBatch
- Throws:
IOException
-
testFirstSeveralCellsFilterAndBatch
- Throws:
IOException
-