Class TestTableRecordReader
java.lang.Object
org.apache.hadoop.hbase.mapreduce.TestTableRecordReader
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final HBaseClassTestRuleprivate static byte[][]private static byte[]private static intprivate static intprivate static intprivate static byte[]private static byte[][]private static byte[]private static byte[][]private static org.apache.hadoop.hbase.TableNameprivate static final HBaseTestingUtilityprivate static final intprivate static byte[]private static int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static List<org.apache.hadoop.hbase.client.Put>createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) private static voidcreateTestTable(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) static voidstatic voidvoidtest()
-
Field Details
-
TEST_UTIL
-
CLASS_RULE
-
TABLE_NAME
-
NUM_ROWS
-
ROW
-
ROWS
-
NUM_FAMILIES
-
FAMILY
-
FAMILIES
-
NUM_QUALIFIERS
-
QUALIFIER
-
QUALIFIERS
-
VALUE_SIZE
-
VALUE
-
TIMEOUT
- See Also:
-
-
Constructor Details
-
TestTableRecordReader
public TestTableRecordReader()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
createTestTable
private static void createTestTable(org.apache.hadoop.hbase.TableName name, byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] cellValue) throws IOException - Throws:
IOException
-
createPuts
private static List<org.apache.hadoop.hbase.client.Put> createPuts(byte[][] rows, byte[][] families, byte[][] qualifiers, byte[] value) throws IOException - Throws:
IOException
-
tearDownAfterClass
- Throws:
Exception
-
test
- Throws:
Exception
-