public class TestCompactSplitThread extends Object
| Modifier and Type | Field and Description |
|---|---|
private static int |
blockingStoreFiles |
static HBaseClassTestRule |
CLASS_RULE |
private byte[] |
family |
private static org.apache.hadoop.fs.FileSystem |
fs |
private static org.slf4j.Logger |
LOG |
private static int |
NUM_RS |
private static org.apache.hadoop.fs.Path |
rootDir |
private org.apache.hadoop.hbase.TableName |
tableName |
private static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestCompactSplitThread() |
| Modifier and Type | Method and Description |
|---|---|
static void |
cleanupTest() |
static void |
setupCluster()
Setup the config for the cluster
|
private static void |
setupConf(org.apache.hadoop.conf.Configuration conf) |
void |
tearDown() |
void |
testFlushWithTableCompactionDisabled() |
void |
testThreadPoolSizeTuning() |
public static final HBaseClassTestRule CLASS_RULE
private static final org.slf4j.Logger LOG
private static final HBaseTestingUtility TEST_UTIL
private final org.apache.hadoop.hbase.TableName tableName
private final byte[] family
private static final int NUM_RS
private static final int blockingStoreFiles
private static org.apache.hadoop.fs.Path rootDir
private static org.apache.hadoop.fs.FileSystem fs
public TestCompactSplitThread()
public static void setupCluster() throws Exception
Exceptionprivate static void setupConf(org.apache.hadoop.conf.Configuration conf)
public static void cleanupTest() throws Exception
Exceptionpublic void testThreadPoolSizeTuning() throws Exception
Exceptionpublic void testFlushWithTableCompactionDisabled() throws Exception
ExceptionCopyright © 2007–2021 The Apache Software Foundation. All rights reserved.