public class TestCompactorMemLeak extends Object
Modifier and Type | Class and Description |
---|---|
static class |
TestCompactorMemLeak.MyCompactor |
Modifier and Type | Field and Description |
---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static org.apache.hadoop.conf.Configuration |
CONF |
private static byte[] |
FAMILY |
private static AtomicBoolean |
IS_LAST_CELL_ON_HEAP |
org.junit.rules.TestName |
name |
private static byte[] |
QUALIFIER |
private static HBaseTestingUtility |
UTIL |
private static byte[] |
VALUE |
Constructor and Description |
---|
TestCompactorMemLeak() |
Modifier and Type | Method and Description |
---|---|
private void |
assertMajorCompactionOK(org.apache.hadoop.hbase.TableName tableName) |
static void |
setUp() |
static void |
tearDown() |
void |
testMemLeak() |
private static final HBaseTestingUtility UTIL
private static final org.apache.hadoop.conf.Configuration CONF
private static final AtomicBoolean IS_LAST_CELL_ON_HEAP
private static final byte[] FAMILY
private static final byte[] QUALIFIER
private static final byte[] VALUE
public org.junit.rules.TestName name
public static final HBaseClassTestRule CLASS_RULE
public TestCompactorMemLeak()
private void assertMajorCompactionOK(org.apache.hadoop.hbase.TableName tableName)
public void testMemLeak() throws IOException, InterruptedException
IOException
InterruptedException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.