| Modifier and Type | Field and Description | 
|---|---|
private MiniHBaseCluster | 
TestGlobalMemStoreSize.cluster  | 
private static MiniHBaseCluster | 
TestClientClusterMetrics.CLUSTER  | 
private static MiniHBaseCluster | 
TestClientClusterStatus.CLUSTER  | 
| Modifier and Type | Method and Description | 
|---|---|
MiniHBaseCluster | 
HBaseTestingUtility.getHBaseCluster()
Get the Mini HBase cluster. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.getMiniHBaseCluster()  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster()
Start up a minicluster of hbase, dfs, and zookeeper. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(boolean withWALDir)
Start up a minicluster of hbase, dfs, and zookeeper where WAL's walDir is created separately. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numSlaves)
Start up a minicluster of hbase, optionally dfs, and zookeeper. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numSlaves,
                boolean create)
Start up a minicluster of hbase, dfs, and zookeeper. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numSlaves,
                boolean create,
                boolean withWALDir)  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves)
start minicluster 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                boolean create)
Start minicluster. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                int numDataNodes)
Same as  
HBaseTestingUtility.startMiniCluster(int, int), but with custom number of datanodes. | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                int numDataNodes,
                String[] dataNodeHosts,
                Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
                Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass)  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                int numDataNodes,
                String[] dataNodeHosts,
                Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
                Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass,
                boolean create,
                boolean withWALDir)
Same as  
HBaseTestingUtility.startMiniCluster(int, int, String[], Class, Class), but with custom
 number of datanodes. | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                String[] dataNodeHosts)
Start up a minicluster of hbase, optionally dfs, and zookeeper. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                String[] dataNodeHosts,
                boolean create)  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniCluster(int numMasters,
                int numSlaves,
                String[] dataNodeHosts,
                Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
                Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass)
Start up a minicluster of hbase, optionally dfs, and zookeeper. 
 | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
                     int numSlaves)  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
                     int numSlaves,
                     List<Integer> rsPorts)  | 
MiniHBaseCluster | 
HBaseTestingUtility.startMiniHBaseCluster(int numMasters,
                     int numSlaves,
                     List<Integer> rsPorts,
                     Class<? extends org.apache.hadoop.hbase.master.HMaster> masterClass,
                     Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass,
                     boolean create,
                     boolean withWALDir)
Starts up mini hbase cluster. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
static NavigableSet<String> | 
HBaseTestingUtility.getAllOnlineRegions(MiniHBaseCluster cluster)  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestRegionObserverInterface.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestRefreshHFilesEndpoint.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestCellBasedWALPlayer2.cluster  | 
private static MiniHBaseCluster | 
TestWALPlayer.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private MiniHBaseCluster | 
AbstractTestDLS.cluster  | 
private static MiniHBaseCluster | 
TestMasterMetrics.cluster  | 
private static MiniHBaseCluster | 
TestAssignmentManagerMetrics.CLUSTER  | 
private static MiniHBaseCluster | 
TestWarmupRegion.myCluster  | 
| Modifier and Type | Method and Description | 
|---|---|
private void | 
AbstractTestDLS.abortMaster(MiniHBaseCluster cluster)  | 
private void | 
TestRollingRestart.assertRegionsAssigned(MiniHBaseCluster cluster,
                     Set<String> expectedRegions)  | 
private int | 
TestMasterFailoverBalancerPersistence.getActiveMasterIndex(MiniHBaseCluster cluster)
return the index of the active master in the cluster 
 | 
private NavigableSet<String> | 
TestRollingRestart.getDoubleAssignedRegions(MiniHBaseCluster cluster)  | 
private int | 
TestRollingRestart.getNumberOfOnlineRegions(MiniHBaseCluster cluster)  | 
private org.apache.hadoop.hbase.master.HMaster | 
TestMasterFailoverBalancerPersistence.killActiveAndWaitForNewActive(MiniHBaseCluster cluster)
Kill the master and wait for a new active master to show up 
 | 
| Modifier and Type | Field and Description | 
|---|---|
private MiniHBaseCluster | 
TestRegionMoveAndAbandon.cluster  | 
private static MiniHBaseCluster | 
TestRogueRSAssignment.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestRegionLocationFinder.cluster  | 
private MiniHBaseCluster | 
TestFavoredStochasticLoadBalancer.cluster  | 
private MiniHBaseCluster | 
TestFavoredStochasticBalancerPickers.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private MiniHBaseCluster | 
TestRegionSizeUse.cluster  | 
private MiniHBaseCluster | 
SpaceQuotaHelperForTests.NoFilesToDischarge.cluster  | 
| Constructor and Description | 
|---|
NoFilesToDischarge(MiniHBaseCluster cluster,
                  org.apache.hadoop.hbase.TableName tn)  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestRemoveRegionMetrics.cluster  | 
private MiniHBaseCluster | 
TestRegionServerAbort.cluster  | 
private MiniHBaseCluster | 
TestMutateRowsRecovery.cluster  | 
private static MiniHBaseCluster | 
TestRegionServerMetrics.cluster  | 
private MiniHBaseCluster | 
TestSplitTransactionOnCluster.cluster  | 
private MiniHBaseCluster | 
TestClearRegionBlockCache.cluster  | 
| Modifier and Type | Method and Description | 
|---|---|
private org.apache.hadoop.hbase.regionserver.HRegionServer | 
TestSplitTransactionOnCluster.getOtherRegionServer(MiniHBaseCluster cluster,
                    org.apache.hadoop.hbase.regionserver.HRegionServer notThisOne)
Find regionserver other than the one passed. 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected MiniHBaseCluster | 
AbstractTestLogRolling.cluster  | 
private static MiniHBaseCluster | 
TestLogRollAbort.cluster  | 
| Modifier and Type | Field and Description | 
|---|---|
private static MiniHBaseCluster | 
TestSecureRESTServer.CLUSTER  | 
| Modifier and Type | Method and Description | 
|---|---|
private static List<org.apache.hadoop.hbase.security.access.AccessController> | 
SecureTestUtil.getAccessControllers(MiniHBaseCluster cluster)  | 
private static Map<org.apache.hadoop.hbase.security.access.AccessController,Long> | 
SecureTestUtil.getAuthManagerMTimes(MiniHBaseCluster cluster)  | 
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.