public class TestTableRecordReader extends Object
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static byte[][] |
FAMILIES |
private static byte[] |
FAMILY |
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 byte[] |
ROW |
private static byte[][] |
ROWS |
private static org.apache.hadoop.hbase.TableName |
TABLE_NAME |
private static HBaseTestingUtility |
TEST_UTIL |
private static int |
TIMEOUT |
private static byte[] |
VALUE |
private static int |
VALUE_SIZE |
Constructor and Description |
---|
TestTableRecordReader() |
Modifier and Type | Method and Description |
---|---|
private static List<org.apache.hadoop.hbase.client.Put> |
createPuts(byte[][] rows,
byte[][] families,
byte[][] qualifiers,
byte[] value) |
private static void |
createTestTable(org.apache.hadoop.hbase.TableName name,
byte[][] rows,
byte[][] families,
byte[][] qualifiers,
byte[] cellValue) |
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
test() |
private static final HBaseTestingUtility TEST_UTIL
public static final HBaseClassTestRule CLASS_RULE
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 final int TIMEOUT
public TestTableRecordReader()
public static void setUpBeforeClass() throws Exception
Exception
private static void createTestTable(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) throws IOException
IOException
private static List<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
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.