Uses of Class
org.apache.hadoop.hbase.SingleProcessHBaseCluster
Package
Description
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionprivate SingleProcessHBaseCluster
TestGlobalMemStoreSize.cluster
private static SingleProcessHBaseCluster
TestClientClusterMetrics.CLUSTER
private static SingleProcessHBaseCluster
TestClientClusterStatus.CLUSTER
private SingleProcessHBaseCluster
MiniClusterRule.miniCluster
Modifier and TypeMethodDescriptionHBaseTestingUtil.getHBaseCluster()
Get the Mini HBase cluster.HBaseTestingUtil.getMiniHBaseCluster()
Returns current mini hbase cluster.HBaseTestingUtil.startMiniCluster()
Start up a minicluster of hbase, dfs and zookeeper all using default options.HBaseTestingUtil.startMiniCluster
(int numSlaves) Start up a minicluster of hbase, dfs and zookeeper clusters with given slave node number.HBaseTestingUtil.startMiniCluster
(StartTestingClusterOption option) Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.HBaseTestingUtil.startMiniHBaseCluster()
Starts up mini hbase cluster using default options.HBaseTestingUtil.startMiniHBaseCluster
(int numMasters, int numRegionServers) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtil.startMiniHBaseCluster
(int numMasters, int numRegionServers, List<Integer> rsPorts) Deprecated.since 2.2.0 and will be removed in 4.0.0.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.HBaseTestingUtil.startMiniHBaseCluster
(StartTestingClusterOption option) Starts up mini hbase cluster.Modifier and TypeMethodDescriptionstatic NavigableSet<String>
HBaseTestingUtil.getAllOnlineRegions
(SingleProcessHBaseCluster cluster) -
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.backup
Modifier and TypeFieldDescriptionprotected static SingleProcessHBaseCluster
TestBackupManager.cluster
protected static SingleProcessHBaseCluster
TestBackupSystemTable.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.client
Modifier and TypeFieldDescriptionprivate static SingleProcessHBaseCluster
TestConnectionAttributes.cluster
private static SingleProcessHBaseCluster
TestRequestAttributes.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.coprocessor
Modifier and TypeFieldDescriptionprivate static SingleProcessHBaseCluster
TestRegionObserverInterface.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.coprocessor.example
Modifier and TypeFieldDescriptionprotected static SingleProcessHBaseCluster
TestRefreshHFilesBase.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.io.hfile
Modifier and TypeFieldDescription(package private) SingleProcessHBaseCluster
TestBlockEvictionOnRegionMovement.cluster
(package private) SingleProcessHBaseCluster
TestPrefetchRSClose.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.mapreduce
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate SingleProcessHBaseCluster
AbstractTestDLS.cluster
private static SingleProcessHBaseCluster
TestGetReplicationLoad.cluster
private static SingleProcessHBaseCluster
TestMasterMetrics.cluster
private SingleProcessHBaseCluster
TestRegionsRecoveryConfigManager.cluster
private static SingleProcessHBaseCluster
TestAssignmentManagerMetrics.CLUSTER
private SingleProcessHBaseCluster
TestMasterUseIp.CLUSTER
Modifier and TypeMethodDescriptionprivate 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 clusterprivate 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 -
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.master.assignment
Modifier and TypeFieldDescriptionprivate SingleProcessHBaseCluster
TestRegionMoveAndAbandon.cluster
private static SingleProcessHBaseCluster
TestRogueRSAssignment.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.master.balancer
Modifier and TypeFieldDescriptionprivate static SingleProcessHBaseCluster
TestBalancerStatusTagInJMXMetrics.cluster
private SingleProcessHBaseCluster
TestFavoredStochasticBalancerPickers.cluster
private SingleProcessHBaseCluster
TestFavoredStochasticLoadBalancer.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final SingleProcessHBaseCluster
SpaceQuotaHelperForTests.NoFilesToDischarge.cluster
private SingleProcessHBaseCluster
TestRegionSizeUse.cluster
ModifierConstructorDescription(package private)
NoFilesToDischarge
(SingleProcessHBaseCluster cluster, org.apache.hadoop.hbase.TableName tn) -
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.regionserver
Modifier and TypeFieldDescriptionprivate SingleProcessHBaseCluster
TestClearRegionBlockCache.cluster
private SingleProcessHBaseCluster
TestMutateRowsRecovery.cluster
private SingleProcessHBaseCluster
TestRegionServerAbort.cluster
private static SingleProcessHBaseCluster
TestRegionServerMetrics.cluster
private static SingleProcessHBaseCluster
TestRemoveRegionMetrics.cluster
private SingleProcessHBaseCluster
TestSplitTransactionOnCluster.cluster
private SingleProcessHBaseCluster
TestRegionServerUseIp.CLUSTER
Modifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.regionserver.HRegionServer
TestSplitTransactionOnCluster.getOtherRegionServer
(SingleProcessHBaseCluster cluster, org.apache.hadoop.hbase.regionserver.HRegionServer notThisOne) Find regionserver other than the one passed. -
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.regionserver.wal
Modifier and TypeFieldDescriptionprotected SingleProcessHBaseCluster
AbstractTestLogRolling.cluster
private static SingleProcessHBaseCluster
TestLogRollAbort.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.rest
Modifier and TypeFieldDescriptionprivate static SingleProcessHBaseCluster
TestSecureRESTServer.CLUSTER
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.security.access
Modifier and TypeMethodDescriptionprivate static List<org.apache.hadoop.hbase.security.access.AccessController>
SecureTestUtil.getAccessControllers
(SingleProcessHBaseCluster cluster) SecureTestUtil.getAuthManagerMTimes
(SingleProcessHBaseCluster cluster)