Class TestCompactionWithByteBuff
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestCompactionWithByteBuff
-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.client.Admin
static final HBaseClassTestRule
private static final byte[]
private static org.apache.hadoop.conf.Configuration
org.junit.rules.TestName
private static final int
private static final long
private static final int
private static HBaseTestingUtility
private static final int
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate String
buildRow
(int index) private byte[]
buildValue
(int index, int qualifierId) private org.apache.hadoop.hbase.client.Table
createTable
(HBaseTestingUtility util, org.apache.hadoop.hbase.TableName tableName) private void
put
(org.apache.hadoop.hbase.client.Table table) static void
static void
void
-
Field Details
-
CLASS_RULE
-
name
-
TEST_UTIL
-
conf
-
admin
-
COLUMN
-
REGION_COUNT
- See Also:
-
ROW_COUNT
- See Also:
-
ROW_LENGTH
- See Also:
-
VALUE_LENGTH
- See Also:
-
-
Constructor Details
-
TestCompactionWithByteBuff
public TestCompactionWithByteBuff()
-
-
Method Details
-
setupBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testCompaction
- Throws:
Exception
-
createTable
private org.apache.hadoop.hbase.client.Table createTable(HBaseTestingUtility util, org.apache.hadoop.hbase.TableName tableName) throws IOException - Throws:
IOException
-
put
- Throws:
IOException
-
buildRow
-
buildValue
-