public class TestCompactionPolicy extends Object
Modifier and Type | Field and Description |
---|---|
protected Configuration |
conf |
protected static int |
maxFiles |
protected static long |
maxSize |
protected static int |
minFiles |
protected static long |
minSize |
protected HStore |
store |
protected static 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 Configuration conf
protected HStore store
protected static Path TEST_FILE
protected static final int minFiles
protected static final int maxFiles
protected static final long minSize
protected static final long maxSize
protected void config()
protected void initialize() throws IOException
IOException
- with errorpublic void tearDown() throws IOException
IOException