public class TestMemStoreLAB extends Object
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
| Constructor and Description |
|---|
TestMemStoreLAB() |
| Modifier and Type | Method and Description |
|---|---|
static void |
setUpBeforeClass() |
static void |
tearDownAfterClass() |
void |
testLABChunkQueue()
Test frequent chunk retirement with chunk pool triggered by lots of threads, making sure
there's no memory leak (HBASE-16195)
|
void |
testLABLargeAllocation() |
void |
testLABRandomAllocation()
Test a bunch of random allocations
|
void |
testLABThreading()
Test allocation from lots of threads, making sure the results don't
overlap in any way
|
public static final HBaseClassTestRule CLASS_RULE
public TestMemStoreLAB()
public static void setUpBeforeClass() throws Exception
Exceptionpublic static void tearDownAfterClass() throws Exception
Exceptionpublic void testLABRandomAllocation()
public void testLABLargeAllocation()
public void testLABThreading() throws Exception
Exceptionpublic void testLABChunkQueue() throws Exception
Exception - if any error occurredCopyright © 2007–2019 Cloudera. All rights reserved.