public class TestAsyncAdminModifyStoreFileTracker extends TestAsyncAdminBase
| Modifier and Type | Field and Description |
|---|---|
static HBaseClassTestRule |
CLASS_RULE |
private static String |
DST_IMPL |
private static String |
SRC_IMPL |
| Constructor and Description |
|---|
TestAsyncAdminModifyStoreFileTracker() |
| Modifier and Type | Method and Description |
|---|---|
void |
testModifyColumnFamilyStoreFileTracker() |
void |
testModifyStoreFileTrackerError() |
void |
testModifyTableStoreFileTracker() |
private void |
verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName,
byte[] family,
byte[] qual,
byte[] row,
byte[] value,
String sft) |
private void |
verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName,
byte[] family,
byte[] qual,
byte[] row,
byte[] value,
String sft) |
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, setUpBeforeClass, tearDown, tearDownAfterClassaddResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFilespublic static final HBaseClassTestRule CLASS_RULE
private static final String SRC_IMPL
private static final String DST_IMPL
public TestAsyncAdminModifyStoreFileTracker()
private void verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException
IOExceptionpublic void testModifyTableStoreFileTracker() throws IOException
IOExceptionprivate void verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException
IOExceptionpublic void testModifyColumnFamilyStoreFileTracker() throws IOException
IOExceptionpublic void testModifyStoreFileTrackerError() throws IOException
IOExceptionCopyright © 2007–2020 The Apache Software Foundation. All rights reserved.