public class TestStripeStoreFileManager extends Object
| Constructor and Description |
|---|
TestStripeStoreFileManager() |
| Modifier and Type | Method and Description |
|---|---|
void |
setUp() |
void |
tearDown() |
void |
testAddingCompactionResults() |
void |
testClearFiles() |
void |
testCompactionAndFlushConflict() |
void |
testEmptyResultsForStripes() |
void |
testGetFilesForGetAndScan() |
void |
testGetSplitPointEdgeCases() |
void |
testGetStripeBoundarySplits() |
void |
testGetUnbalancedSplits() |
void |
testInsertFilesIntoL0() |
void |
testLoadFilesAfterSplit() |
void |
testLoadFilesWithBadStripe() |
void |
testLoadFilesWithGaps() |
void |
testLoadFilesWithRecoverableBadFiles() |
void |
testPriority() |
void |
testRowKeyBefore() |
public void testGetSplitPointEdgeCases()
throws Exception
Exceptionpublic void testGetStripeBoundarySplits()
throws Exception
Exceptionpublic void testGetFilesForGetAndScan()
throws Exception
Exceptionpublic void testLoadFilesWithRecoverableBadFiles()
throws Exception
Exceptionpublic void testLoadFilesWithBadStripe()
throws Exception
Exceptionpublic void testAddingCompactionResults()
throws Exception
Exceptionpublic void testCompactionAndFlushConflict()
throws Exception
Exceptionpublic void testEmptyResultsForStripes()
throws Exception
Exception