public class TestCompactionAfterBulkLoad extends TestBulkloadBase
Modifier and Type | Class and Description |
---|---|
private class |
TestCompactionAfterBulkLoad.TestCompactSplit |
private class |
TestCompactionAfterBulkLoad.TestFamily1UnderCompact |
Modifier and Type | Field and Description |
---|---|
static AtomicInteger |
called |
static HBaseClassTestRule |
CLASS_RULE |
private org.apache.hadoop.hbase.regionserver.RegionServerServices |
regionServerServices |
conf, family1, family2, family3, log, name, testFolder, useFileBasedSFT
Constructor and Description |
---|
TestCompactionAfterBulkLoad(boolean useFileBasedSFT) |
Modifier and Type | Method and Description |
---|---|
void |
shouldRequestCompactAllStoresAfterBulkLoad() |
void |
testAvoidRepeatedlyRequestCompactAfterBulkLoad() |
protected org.apache.hadoop.hbase.regionserver.HRegion |
testRegionWithFamiliesAndSpecifiedTableName(org.apache.hadoop.hbase.TableName tableName,
byte[]... families) |
before, bulkLogWalEdit, bulkLogWalEditType, data, testRegionWithFamilies, withFamilyPathsFor, withInvalidColumnFamilyButProperHFileLocation, withMissingHFileForFamily
public static final HBaseClassTestRule CLASS_RULE
private final org.apache.hadoop.hbase.regionserver.RegionServerServices regionServerServices
public static AtomicInteger called
public TestCompactionAfterBulkLoad(boolean useFileBasedSFT)
protected org.apache.hadoop.hbase.regionserver.HRegion testRegionWithFamiliesAndSpecifiedTableName(org.apache.hadoop.hbase.TableName tableName, byte[]... families) throws IOException
testRegionWithFamiliesAndSpecifiedTableName
in class TestBulkloadBase
IOException
public void shouldRequestCompactAllStoresAfterBulkLoad() throws IOException
IOException
public void testAvoidRepeatedlyRequestCompactAfterBulkLoad() throws IOException
IOException
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.