Class TestMemStoreChunkPool
java.lang.Object
org.apache.hadoop.hbase.regionserver.TestMemStoreChunkPool
Test the
ChunkCreator.MemStoreChunkPool class-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static org.apache.hadoop.hbase.regionserver.ChunkCreatorprivate static booleanstatic final HBaseClassTestRuleprivate static final org.apache.hadoop.conf.Configuration -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voidvoidtearDown()static voidvoidvoidvoidvoidvoid
-
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
-