Uses of Class
org.apache.hadoop.hbase.master.HMaster
Package
Description
The Region Normalizer subsystem is responsible for coaxing all the regions in a table toward
a "normal" size, according to their storefile size.
-
Uses of HMaster in org.apache.hadoop.hbase
Modifier and TypeFieldDescriptionLocalHBaseCluster.masterClass
StartMiniClusterOption.Builder.masterClass
StartMiniClusterOption.masterClass
Deprecated.The class to use as HMaster, or null for default.Modifier and TypeMethodDescriptionLocalHBaseCluster.getActiveMaster()
Gets the current active master, if available.LocalHBaseCluster.getMaster
(int serverNumber) Returns the HMaster threadMiniHBaseCluster.getMaster()
Deprecated.Returns the current active master, if available.MiniHBaseCluster.getMaster
(int serverNumber) Deprecated.Returns the master at the specified index, if available.Modifier and TypeMethodDescriptionStartMiniClusterOption.getMasterClass()
Deprecated.LocalHBaseCluster.getMasterImplementation
(org.apache.hadoop.conf.Configuration conf) Modifier and TypeMethodDescriptionprivate void
MiniHBaseCluster.init
(int nMasterNodes, int numAlwaysStandByMasters, int nRegionNodes, List<Integer> rsPorts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass) Deprecated.StartMiniClusterOption.Builder.masterClass
(Class<? extends HMaster> masterClass) 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, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass) 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.ModifierConstructorDescriptionLocalHBaseCluster
(org.apache.hadoop.conf.Configuration conf, int noMasters, int noAlwaysStandByMasters, int noRegionServers, Class<? extends HMaster> masterClass, Class<? extends HRegionServer> regionServerClass) Constructor.LocalHBaseCluster
(org.apache.hadoop.conf.Configuration conf, int noMasters, int noRegionServers, Class<? extends HMaster> masterClass, Class<? extends HRegionServer> regionServerClass) MiniHBaseCluster
(org.apache.hadoop.conf.Configuration conf, int numMasters, int numAlwaysStandByMasters, int numRegionServers, List<Integer> rsPorts, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass) Deprecated.MiniHBaseCluster
(org.apache.hadoop.conf.Configuration conf, int numMasters, int numRegionServers, Class<? extends HMaster> masterClass, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> regionserverClass) Deprecated.Start a MiniHBaseCluster.private
StartMiniClusterOption
(int numMasters, int numAlwaysStandByMasters, Class<? extends HMaster> masterClass, int numRegionServers, List<Integer> rsPorts, Class<? extends MiniHBaseCluster.MiniHBaseClusterRegionServer> rsClass, int numDataNodes, String[] dataNodeHosts, int numZkServers, boolean createRootDir, boolean createWALDir) Deprecated.Private constructor. -
Uses of HMaster in org.apache.hadoop.hbase.master
Modifier and TypeFieldDescriptionprivate final HMaster
RegionsRecoveryChore.hMaster
private final HMaster
RegionsRecoveryConfigManager.hMaster
private final HMaster
ClusterStatusPublisher.master
private final HMaster
MasterInitializationMonitor.master
private final HMaster
MetricsMasterWrapperImpl.master
Modifier and TypeMethodDescriptionstatic HMaster
HMaster.constructMaster
(Class<? extends HMaster> masterClass, org.apache.hadoop.conf.Configuration conf) Utility for constructing an instance of the passed HMaster class.Modifier and TypeMethodDescriptionstatic HMaster
HMaster.constructMaster
(Class<? extends HMaster> masterClass, org.apache.hadoop.conf.Configuration conf) Utility for constructing an instance of the passed HMaster class.ModifierConstructorDescriptionClusterStatusPublisher
(HMaster master, org.apache.hadoop.conf.Configuration conf, Class<? extends ClusterStatusPublisher.Publisher> publisherClass) (package private)
MasterInitializationMonitor
(HMaster master) Creates a Thread that monitors the#isInitialized()
state.MetricsMasterWrapperImpl
(HMaster master) (package private)
RegionsRecoveryChore
(Stoppable stopper, org.apache.hadoop.conf.Configuration configuration, HMaster hMaster) Construct RegionsRecoveryChore with provided params(package private)
RegionsRecoveryConfigManager
(HMaster hMaster) -
Uses of HMaster in org.apache.hadoop.hbase.master.balancer
Modifier and TypeFieldDescriptionprivate final HMaster
BalancerChore.master
private final HMaster
ClusterStatusChore.master
ModifierConstructorDescriptionBalancerChore
(HMaster master) ClusterStatusChore
(HMaster master, LoadBalancer balancer) -
Uses of HMaster in org.apache.hadoop.hbase.master.http
Modifier and TypeMethodDescriptionprivate void
MasterDumpServlet.dumpRIT
(HMaster master, PrintWriter out) private void
MasterDumpServlet.dumpServers
(HMaster master, PrintWriter out) MasterStatusServlet.getFragmentationInfo
(HMaster master, org.apache.hadoop.conf.Configuration conf) private ServerName
MasterStatusServlet.getMetaLocationOrNull
(HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.master.http.api_v1
Modifier and TypeMethodDescriptionstatic org.apache.hbase.thirdparty.org.glassfish.jersey.server.ResourceConfig
ResourceConfigFactory.createResourceConfig
(org.apache.hadoop.conf.Configuration conf, HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.master.http.hbck
Modifier and TypeMethodDescriptionstatic org.apache.hbase.thirdparty.org.glassfish.jersey.server.ResourceConfig
HbckConfigFactory.createResourceConfig
(org.apache.hadoop.conf.Configuration conf, HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.master.http.jersey
-
Uses of HMaster in org.apache.hadoop.hbase.master.locking
-
Uses of HMaster in org.apache.hadoop.hbase.master.normalizer
Modifier and TypeMethodDescriptionstatic RegionNormalizerManager
RegionNormalizerFactory.createNormalizerManager
(org.apache.hadoop.conf.Configuration conf, MasterRegion masterRegion, ZKWatcher zkWatcher, HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.mob
Modifier and TypeFieldDescriptionprivate final HMaster
MobFileCleanerChore.master
private HMaster
MobFileCompactionChore.master
ModifierConstructorDescriptionMobFileCleanerChore
(HMaster master) MobFileCompactionChore
(HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.quotas
ModifierConstructorDescriptionQuotaObserverChore
(HMaster master, MetricsMaster metrics) SnapshotQuotaObserverChore
(HMaster master, MetricsMaster metrics) -
Uses of HMaster in org.apache.hadoop.hbase.security.access
-
Uses of HMaster in org.apache.hadoop.hbase.util
Modifier and TypeMethodDescriptionFSUtils.getTableFragmentation
(HMaster master) Runs through the HBase rootdir and checks how many stores for each table have more than one file in them.static int
FSUtils.getTotalTableFragmentation
(HMaster master) Returns the total overall fragmentation percentage.Modifier and TypeMethodDescriptionstatic JVMClusterUtil.MasterThread
JVMClusterUtil.createMasterThread
(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index) Creates aJVMClusterUtil.MasterThread
.