Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
TestGlobalMemStoreSize.cluster |
private static SingleProcessHBaseCluster |
TestClientClusterMetrics.CLUSTER |
private static SingleProcessHBaseCluster |
TestClientClusterStatus.CLUSTER |
private SingleProcessHBaseCluster |
MiniClusterRule.miniCluster |
Modifier and Type | Method and Description |
---|---|
SingleProcessHBaseCluster |
HBaseTestingUtil.getHBaseCluster()
Get the Mini HBase cluster.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.getMiniHBaseCluster()
Returns current mini hbase cluster.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniCluster()
Start up a minicluster of hbase, dfs and zookeeper all using default options.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniCluster(int numSlaves)
Start up a minicluster of hbase, dfs and zookeeper clusters with given slave node number.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniCluster(StartTestingClusterOption option)
Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniHBaseCluster()
Starts up mini hbase cluster using default options.
|
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniHBaseCluster(int numMasters,
int numRegionServers)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtil.startMiniHBaseCluster(StartTestingClusterOption) instead. |
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniHBaseCluster(int numMasters,
int numRegionServers,
List<Integer> rsPorts)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtil.startMiniHBaseCluster(StartTestingClusterOption) instead. |
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniHBaseCluster(int numMasters,
int numRegionServers,
List<Integer> rsPorts,
Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
Class<? extends SingleProcessHBaseCluster.MiniHBaseClusterRegionServer> rsClass,
boolean createRootDir,
boolean createWALDir)
Deprecated.
since 2.2.0 and will be removed in 4.0.0. Use
HBaseTestingUtil.startMiniHBaseCluster(StartTestingClusterOption) instead. |
SingleProcessHBaseCluster |
HBaseTestingUtil.startMiniHBaseCluster(StartTestingClusterOption option)
Starts up mini hbase cluster.
|
Modifier and Type | Method and Description |
---|---|
static NavigableSet<String> |
HBaseTestingUtil.getAllOnlineRegions(SingleProcessHBaseCluster cluster) |
Modifier and Type | Field and Description |
---|---|
protected static SingleProcessHBaseCluster |
TestBackupManager.cluster |
protected static SingleProcessHBaseCluster |
TestBackupSystemTable.cluster |
Modifier and Type | Field and Description |
---|---|
private static SingleProcessHBaseCluster |
TestRegionObserverInterface.cluster |
Modifier and Type | Field and Description |
---|---|
protected static SingleProcessHBaseCluster |
TestRefreshHFilesBase.cluster |
Modifier and Type | Field and Description |
---|---|
(package private) SingleProcessHBaseCluster |
TestPrefetchRSClose.cluster |
(package private) SingleProcessHBaseCluster |
TestBlockEvictionOnRegionMovement.cluster |
Modifier and Type | Field and Description |
---|---|
private static SingleProcessHBaseCluster |
TestWALPlayer.cluster |
Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
AbstractTestDLS.cluster |
private static SingleProcessHBaseCluster |
TestGetReplicationLoad.cluster |
private static SingleProcessHBaseCluster |
TestMasterMetrics.cluster |
private SingleProcessHBaseCluster |
TestRegionsRecoveryConfigManager.cluster |
private SingleProcessHBaseCluster |
TestMasterUseIp.CLUSTER |
private static SingleProcessHBaseCluster |
TestAssignmentManagerMetrics.CLUSTER |
Modifier and Type | Method and Description |
---|---|
private void |
AbstractTestDLS.abortMaster(SingleProcessHBaseCluster cluster) |
private void |
TestRollingRestart.assertRegionsAssigned(SingleProcessHBaseCluster cluster,
Set<String> expectedRegions) |
private int |
TestMasterFailoverBalancerPersistence.getActiveMasterIndex(SingleProcessHBaseCluster cluster)
return the index of the active master in the cluster
|
private NavigableSet<String> |
TestRollingRestart.getDoubleAssignedRegions(SingleProcessHBaseCluster cluster) |
private int |
TestRollingRestart.getNumberOfOnlineRegions(SingleProcessHBaseCluster cluster) |
private org.apache.hadoop.hbase.master.HMaster |
TestMasterFailoverBalancerPersistence.killActiveAndWaitForNewActive(SingleProcessHBaseCluster cluster)
Kill the master and wait for a new active master to show up
|
Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
TestRegionMoveAndAbandon.cluster |
private static SingleProcessHBaseCluster |
TestRogueRSAssignment.cluster |
Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
TestFavoredStochasticBalancerPickers.cluster |
private SingleProcessHBaseCluster |
TestFavoredStochasticLoadBalancer.cluster |
private static SingleProcessHBaseCluster |
TestBalancerStatusTagInJMXMetrics.cluster |
Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
SpaceQuotaHelperForTests.NoFilesToDischarge.cluster |
private SingleProcessHBaseCluster |
TestRegionSizeUse.cluster |
Constructor and Description |
---|
NoFilesToDischarge(SingleProcessHBaseCluster cluster,
org.apache.hadoop.hbase.TableName tn) |
Modifier and Type | Field and Description |
---|---|
private SingleProcessHBaseCluster |
TestRegionServerAbort.cluster |
private SingleProcessHBaseCluster |
TestClearRegionBlockCache.cluster |
private static SingleProcessHBaseCluster |
TestRemoveRegionMetrics.cluster |
private static SingleProcessHBaseCluster |
TestRegionServerMetrics.cluster |
private SingleProcessHBaseCluster |
TestSplitTransactionOnCluster.cluster |
private SingleProcessHBaseCluster |
TestMutateRowsRecovery.cluster |
private SingleProcessHBaseCluster |
TestRegionServerUseIp.CLUSTER |
Modifier and Type | Method and Description |
---|---|
private org.apache.hadoop.hbase.regionserver.HRegionServer |
TestSplitTransactionOnCluster.getOtherRegionServer(SingleProcessHBaseCluster cluster,
org.apache.hadoop.hbase.regionserver.HRegionServer notThisOne)
Find regionserver other than the one passed.
|
Modifier and Type | Field and Description |
---|---|
protected SingleProcessHBaseCluster |
AbstractTestLogRolling.cluster |
private static SingleProcessHBaseCluster |
TestLogRollAbort.cluster |
Modifier and Type | Field and Description |
---|---|
private static SingleProcessHBaseCluster |
TestSecureRESTServer.CLUSTER |
Modifier and Type | Method and Description |
---|---|
private static List<org.apache.hadoop.hbase.security.access.AccessController> |
SecureTestUtil.getAccessControllers(SingleProcessHBaseCluster cluster) |
private static Map<org.apache.hadoop.hbase.security.access.AccessController,Long> |
SecureTestUtil.getAuthManagerMTimes(SingleProcessHBaseCluster cluster) |
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.