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