Uses of Class
org.apache.hadoop.hbase.SingleProcessHBaseCluster
Packages that use SingleProcessHBaseCluster
Package
Description
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return SingleProcessHBaseClusterModifier 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.Methods in org.apache.hadoop.hbase with parameters of type SingleProcessHBaseClusterModifier and TypeMethodDescriptionstatic NavigableSet<String>
HBaseTestingUtil.getAllOnlineRegions
(SingleProcessHBaseCluster cluster) -
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.backup
Fields in org.apache.hadoop.hbase.backup declared as SingleProcessHBaseClusterModifier and TypeFieldDescriptionprotected static SingleProcessHBaseCluster
TestBackupManager.cluster
protected static SingleProcessHBaseCluster
TestBackupSystemTable.cluster
-
Uses of SingleProcessHBaseCluster in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as SingleProcessHBaseClusterModifier and TypeFieldDescriptionprotected SingleProcessHBaseCluster
AbstractTestLogRolling.cluster