Package org.apache.hadoop.hbase.client
Class TestAsyncClusterAdminApi
java.lang.Object
org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
org.apache.hadoop.hbase.client.TestAsyncAdminBase
org.apache.hadoop.hbase.client.TestAsyncClusterAdminApi
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionprivate void
checkRegionsAndRegionLoads
(Collection<org.apache.hadoop.hbase.client.RegionInfo> regions, Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoads) private void
compareRegionLoads
(Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoadCluster, Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoads) private void
createAndLoadTable
(org.apache.hadoop.hbase.TableName[] tables) static void
private void
private org.apache.hadoop.hbase.regionserver.HRegionServer
startAndWriteData
(org.apache.hadoop.hbase.TableName tableName, byte[] value) void
void
void
void
void
void
void
Methods inherited from class org.apache.hadoop.hbase.client.TestAsyncAdminBase
createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, createTableWithDefaultConf, params, setUp, tearDown, tearDownAfterClass
Methods inherited from class org.apache.hadoop.hbase.client.AbstractTestUpdateConfiguration
addResourceToRegionServerConfiguration, replaceHBaseSiteXML, restoreHBaseSiteXML, setUpConfigurationFiles
-
Field Details
-
CLASS_RULE
-
-
Constructor Details
-
TestAsyncClusterAdminApi
public TestAsyncClusterAdminApi()
-
-
Method Details
-
setUpBeforeClass
- Throws:
Exception
-
testGetMasterInfoPort
- Throws:
Exception
-
testRegionServerOnlineConfigChange
- Throws:
Exception
-
testMasterOnlineConfigChange
- Throws:
Exception
-
testAllClusterOnlineConfigChange
- Throws:
IOException
-
testRollWALWALWriter
- Throws:
Exception
-
setUpforLogRolling
-
startAndWriteData
private org.apache.hadoop.hbase.regionserver.HRegionServer startAndWriteData(org.apache.hadoop.hbase.TableName tableName, byte[] value) throws Exception - Throws:
Exception
-
testGetRegionLoads
- Throws:
Exception
-
testGetRegionServers
- Throws:
Exception
-
compareRegionLoads
private void compareRegionLoads(Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoadCluster, Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoads) -
checkRegionsAndRegionLoads
private void checkRegionsAndRegionLoads(Collection<org.apache.hadoop.hbase.client.RegionInfo> regions, Collection<org.apache.hadoop.hbase.RegionMetrics> regionLoads) -
createAndLoadTable
-