Uses of Class
org.apache.hadoop.hbase.SingleProcessHBaseCluster
Package
Description
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase
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 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.regionserver.wal
Modifier and TypeFieldDescriptionprotected SingleProcessHBaseCluster
AbstractTestLogRolling.cluster