Uses of Class
org.apache.hadoop.hbase.MiniHBaseCluster
Packages that use MiniHBaseCluster
-
Uses of MiniHBaseCluster in org.apache.hadoop.hbase
Methods in org.apache.hadoop.hbase that return MiniHBaseClusterModifier and TypeMethodDescriptionHBaseTestingUtility.getHBaseCluster()
Deprecated.Get the Mini HBase cluster.HBaseTestingUtility.getMiniHBaseCluster()
Deprecated.HBaseTestingUtility.startMiniCluster()
Deprecated.Start up a minicluster of hbase, dfs and zookeeper all using default options.HBaseTestingUtility.startMiniCluster
(boolean createWALDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numSlaves) Deprecated.Start up a minicluster of hbase, dfs and zookeeper clusters with given slave node number.HBaseTestingUtility.startMiniCluster
(int numSlaves, boolean createRootDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numSlaves, boolean createRootDir, boolean createWALDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numSlaves) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numSlaves, boolean createRootDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numRegionServers, int numDataNodes) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numRegionServers, int numDataNodes, String[] dataNodeHosts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numRegionServers, int numDataNodes, String[] dataNodeHosts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass, boolean createRootDir, boolean createWALDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numSlaves, String[] dataNodeHosts) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numSlaves, String[] dataNodeHosts, boolean createRootDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(int numMasters, int numSlaves, String[] dataNodeHosts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster
(StartMiniClusterOption option) Deprecated.Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.HBaseTestingUtility.startMiniHBaseCluster()
Deprecated.Starts up mini hbase cluster using default options.HBaseTestingUtility.startMiniHBaseCluster
(int numMasters, int numRegionServers) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniHBaseCluster
(int numMasters, int numRegionServers, List<Integer> rsPorts) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniHBaseCluster
(int numMasters, int numRegionServers, List<Integer> rsPorts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass, boolean createRootDir, boolean createWALDir) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniHBaseCluster
(StartMiniClusterOption option) Deprecated.Starts up mini hbase cluster.Methods in org.apache.hadoop.hbase with parameters of type MiniHBaseClusterModifier and TypeMethodDescriptionstatic NavigableSet<String>
HBaseTestingUtility.getAllOnlineRegions
(MiniHBaseCluster cluster) Deprecated.