Package org.apache.hadoop.hbase.client
Class TestAsyncAdminWithRegionReplicas
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncAdminWithRegionReplicas
@Tag("org.apache.hadoop.hbase.testclassification.LargeTests") @Tag("org.apache.hadoop.hbase.testclassification.ClientTests")
public class TestAsyncAdminWithRegionReplicas
extends TestAsyncAdminBase
-
Field Summary
Fields inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
admin, ASYNC_CONN, FAMILY, FAMILY_0, FAMILY_1, getAdmin, LOG, tableName, TEST_UTIL -
Constructor Summary
ConstructorsConstructorDescriptionTestAsyncAdminWithRegionReplicas(Supplier<org.apache.hadoop.hbase.client.AsyncAdmin> admin) -
Method Summary
Modifier and TypeMethodDescriptionstatic voidstatic voidvoidvoidvoidvoidprivate voidtestMoveNonDefaultReplica(org.apache.hadoop.hbase.TableName tableName) voidMethods 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
-
Constructor Details
-
TestAsyncAdminWithRegionReplicas
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
tearDownAfterClass
- Throws:
Exception
-
testMoveNonDefaultReplica
private void testMoveNonDefaultReplica(org.apache.hadoop.hbase.TableName tableName) throws InterruptedException, ExecutionException -
testMoveNonDefaultReplica
@TestTemplate public void testMoveNonDefaultReplica() throws InterruptedException, ExecutionException, IOException -
testSplitNonDefaultReplica
@TestTemplate public void testSplitNonDefaultReplica() throws InterruptedException, ExecutionException, IOException -
testMergeNonDefaultReplicas
@TestTemplate public void testMergeNonDefaultReplicas() throws InterruptedException, ExecutionException, IOException -
testCloneTableSchema
@TestTemplate public void testCloneTableSchema() throws IOException, InterruptedException, ExecutionException -
testGetTableRegions
@TestTemplate public void testGetTableRegions() throws InterruptedException, ExecutionException, IOException
-