Package org.apache.hadoop.hbase.client
Class TestAsyncAdminModifyStoreFileTracker
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncAdminModifyStoreFileTracker
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAsyncAdminModifyStoreFileTracker
extends TestAsyncAdminBase
-
Field Summary
FieldsFields inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
admin, ASYNC_CONN, FAMILY, FAMILY_0, FAMILY_1, getAdmin, LOG, tableName, TEST_UTIL -
Constructor Summary
ConstructorsConstructorDescriptionTestAsyncAdminModifyStoreFileTracker(Supplier<org.apache.hadoop.hbase.client.AsyncAdmin> admin) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoidvoidvoidprivate voidverifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) private voidverifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) Methods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, parameters, setUp, tearDownMethods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
-
Field Details
-
SRC_IMPL
- See Also:
-
DST_IMPL
- See Also:
-
-
Constructor Details
-
TestAsyncAdminModifyStoreFileTracker
public TestAsyncAdminModifyStoreFileTracker(Supplier<org.apache.hadoop.hbase.client.AsyncAdmin> admin)
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
verifyModifyTableResult
private void verifyModifyTableResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException - Throws:
IOException
-
testModifyTableStoreFileTracker
- Throws:
IOException
-
verifyModifyColumnFamilyResult
private void verifyModifyColumnFamilyResult(org.apache.hadoop.hbase.TableName tableName, byte[] family, byte[] qual, byte[] row, byte[] value, String sft) throws IOException - Throws:
IOException
-
testModifyColumnFamilyStoreFileTracker
- Throws:
IOException
-
testModifyStoreFileTrackerError
- Throws:
IOException
-