Uses of Class
org.apache.hadoop.hbase.MiniHBaseCluster
Packages that use MiniHBaseCluster
Package
Description
-
Uses of MiniHBaseCluster in org.apache.hadoop.hbase
Fields in org.apache.hadoop.hbase declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate MiniHBaseClusterTestGlobalMemStoreSize.clusterprivate static MiniHBaseClusterTestClientClusterMetrics.CLUSTERprivate static MiniHBaseClusterTestClientClusterStatus.CLUSTERprivate MiniHBaseClusterMiniClusterRule.miniClusterMethods in org.apache.hadoop.hbase that return MiniHBaseClusterModifier and TypeMethodDescriptionHBaseTestingUtility.getHBaseCluster()Get the Mini HBase cluster.HBaseTestingUtility.getMiniHBaseCluster()HBaseTestingUtility.startMiniCluster()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) 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 org.apache.hadoop.hbase.master.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 org.apache.hadoop.hbase.master.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 org.apache.hadoop.hbase.master.HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass) Deprecated.since 2.2.0 and will be removed in 4.0.0.HBaseTestingUtility.startMiniCluster(StartMiniClusterOption option) Start up a mini cluster of hbase, optionally dfs and zookeeper if needed.HBaseTestingUtility.startMiniHBaseCluster()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 org.apache.hadoop.hbase.master.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) Starts up mini hbase cluster.Methods in org.apache.hadoop.hbase with parameters of type MiniHBaseClusterModifier and TypeMethodDescriptionstatic NavigableSet<String>HBaseTestingUtility.getAllOnlineRegions(MiniHBaseCluster cluster) -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.backup
Fields in org.apache.hadoop.hbase.backup declared as MiniHBaseClusterModifier and TypeFieldDescriptionprotected static MiniHBaseClusterTestBackupManager.clusterprotected static MiniHBaseClusterTestBackupSystemTable.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.coprocessor
Fields in org.apache.hadoop.hbase.coprocessor declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate static MiniHBaseClusterTestRegionObserverInterface.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.coprocessor.example
Fields in org.apache.hadoop.hbase.coprocessor.example declared as MiniHBaseCluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.io.hfile
Fields in org.apache.hadoop.hbase.io.hfile declared as MiniHBaseClusterModifier and TypeFieldDescription(package private) MiniHBaseClusterTestBlockEvictionOnRegionMovement.cluster(package private) MiniHBaseClusterTestPrefetchRSClose.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.mapreduce
Fields in org.apache.hadoop.hbase.mapreduce declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate static MiniHBaseClusterTestCellBasedWALPlayer2.clusterprivate static MiniHBaseClusterTestWALPlayer.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate MiniHBaseClusterAbstractTestDLS.clusterprivate static MiniHBaseClusterTestGetReplicationLoad.clusterprivate static MiniHBaseClusterTestMasterMetrics.clusterprivate MiniHBaseClusterTestRegionsRecoveryConfigManager.clusterprivate static MiniHBaseClusterTestAssignmentManagerMetrics.CLUSTERprivate MiniHBaseClusterTestMasterUseIp.CLUSTERprivate static MiniHBaseClusterTestWarmupRegion.myClusterMethods in org.apache.hadoop.hbase.master with parameters of type MiniHBaseClusterModifier and TypeMethodDescriptionprivate voidAbstractTestDLS.abortMaster(MiniHBaseCluster cluster) private voidTestRollingRestart.assertRegionsAssigned(MiniHBaseCluster cluster, Set<String> expectedRegions) private intTestMasterFailoverBalancerPersistence.getActiveMasterIndex(MiniHBaseCluster cluster) return the index of the active master in the clusterprivate NavigableSet<String>TestRollingRestart.getDoubleAssignedRegions(MiniHBaseCluster cluster) private intTestRollingRestart.getNumberOfOnlineRegions(MiniHBaseCluster cluster) private org.apache.hadoop.hbase.master.HMasterTestMasterFailoverBalancerPersistence.killActiveAndWaitForNewActive(MiniHBaseCluster cluster) Kill the master and wait for a new active master to show up -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.master.assignment
Fields in org.apache.hadoop.hbase.master.assignment declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate MiniHBaseClusterTestRegionMoveAndAbandon.clusterprivate static MiniHBaseClusterTestRogueRSAssignment.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate static MiniHBaseClusterTestBalancerStatusTagInJMXMetrics.clusterprivate MiniHBaseClusterTestFavoredStochasticBalancerPickers.clusterprivate MiniHBaseClusterTestFavoredStochasticLoadBalancer.clusterprivate static MiniHBaseClusterTestRegionLocationFinder.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate final MiniHBaseClusterSpaceQuotaHelperForTests.NoFilesToDischarge.clusterprivate MiniHBaseClusterTestRegionSizeUse.clusterConstructors in org.apache.hadoop.hbase.quotas with parameters of type MiniHBaseClusterModifierConstructorDescription(package private)NoFilesToDischarge(MiniHBaseCluster cluster, org.apache.hadoop.hbase.TableName tn) -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.regionserver
Fields in org.apache.hadoop.hbase.regionserver declared as MiniHBaseClusterModifier and TypeFieldDescriptionprivate MiniHBaseClusterTestClearRegionBlockCache.clusterprivate MiniHBaseClusterTestMutateRowsRecovery.clusterprivate MiniHBaseClusterTestRegionServerAbort.clusterprivate static MiniHBaseClusterTestRegionServerMetrics.clusterprivate static MiniHBaseClusterTestRemoveRegionMetrics.clusterprivate MiniHBaseClusterTestSplitTransactionOnCluster.clusterprivate MiniHBaseClusterTestRegionServerUseIp.CLUSTERMethods in org.apache.hadoop.hbase.regionserver with parameters of type MiniHBaseClusterModifier and TypeMethodDescriptionprivate org.apache.hadoop.hbase.regionserver.HRegionServerTestSplitTransactionOnCluster.getOtherRegionServer(MiniHBaseCluster cluster, org.apache.hadoop.hbase.regionserver.HRegionServer notThisOne) Find regionserver other than the one passed. -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.regionserver.wal
Fields in org.apache.hadoop.hbase.regionserver.wal declared as MiniHBaseClusterModifier and TypeFieldDescriptionprotected MiniHBaseClusterAbstractTestLogRolling.clusterprivate static MiniHBaseClusterTestLogRollAbort.cluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.rest
Fields in org.apache.hadoop.hbase.rest declared as MiniHBaseCluster -
Uses of MiniHBaseCluster in org.apache.hadoop.hbase.security.access
Methods in org.apache.hadoop.hbase.security.access with parameters of type MiniHBaseClusterModifier and TypeMethodDescriptionprivate static List<org.apache.hadoop.hbase.security.access.AccessController>SecureTestUtil.getAccessControllers(MiniHBaseCluster cluster) SecureTestUtil.getAuthManagerMTimes(MiniHBaseCluster cluster)