public class TestCompactionPolicy extends Object
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.hadoop.conf.Configuration |
conf |
protected static int |
maxFiles |
protected static long |
maxSize |
protected static int |
minFiles |
protected static long |
minSize |
protected HStore |
store |
protected static org.apache.hadoop.fs.Path |
TEST_FILE |
protected static HBaseTestingUtility |
TEST_UTIL |
| Constructor and Description |
|---|
TestCompactionPolicy() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
config()
setup config values necessary for store
|
protected void |
initialize()
Setting up a Store
|
void |
setUp() |
void |
tearDown() |
protected static final HBaseTestingUtility TEST_UTIL
protected org.apache.hadoop.conf.Configuration conf
protected static org.apache.hadoop.fs.Path TEST_FILE
protected static final int minFiles
protected static final int maxFiles
protected static final long minSize
protected static final long maxSize
public TestCompactionPolicy()
protected void config()
protected void initialize() throws IOException
IOException - with errorpublic void tearDown() throws IOException
IOExceptionCopyright © 2007–2019 Cloudera. All rights reserved.