Class TestMemStoreChunkPool
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
Test the
ChunkCreator.MemStoreChunkPool
class-
Field Summary
Modifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.regionserver.ChunkCreator
private static boolean
static final HBaseClassTestRule
private static final org.apache.hadoop.conf.Configuration
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionstatic void
void
tearDown()
static void
void
void
void
void
void
-
Field Details
-
CLASS_RULE
-
conf
-
chunkCreator
-
chunkPoolDisabledBeforeTest
-
-
Constructor Details
-
TestMemStoreChunkPool
public TestMemStoreChunkPool()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
tearDown
- Throws:
Exception
-
testReusingChunks
-
testPuttingBackChunksAfterFlushing
public void testPuttingBackChunksAfterFlushing() throws org.apache.hadoop.hbase.exceptions.UnexpectedStateException- Throws:
org.apache.hadoop.hbase.exceptions.UnexpectedStateException
-
testPuttingBackChunksWithOpeningScanner
- Throws:
IOException
-
testPutbackChunksMultiThreaded
- Throws:
Exception
-
testNoIndexChunksPoolOrNoDataChunksPool
- Throws:
Exception
-