Uses of Class
org.apache.hadoop.hbase.master.HMaster
Packages that use 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
Fields in org.apache.hadoop.hbase with type parameters of type HMasterModifier and TypeFieldDescriptionLocalHBaseCluster.masterClass
StartMiniClusterOption.Builder.masterClass
StartMiniClusterOption.masterClass
Deprecated.The class to use as HMaster, or null for default.Methods in org.apache.hadoop.hbase that return HMasterModifier 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.Methods in org.apache.hadoop.hbase that return types with arguments of type HMasterModifier and TypeMethodDescriptionStartMiniClusterOption.getMasterClass()
Deprecated.LocalHBaseCluster.getMasterImplementation
(org.apache.hadoop.conf.Configuration conf) Method parameters in org.apache.hadoop.hbase with type arguments of type HMasterModifier 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.Constructor parameters in org.apache.hadoop.hbase with type arguments of type HMasterModifierConstructorDescriptionLocalHBaseCluster
(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
Subclasses of HMaster in org.apache.hadoop.hbase.masterFields in org.apache.hadoop.hbase.master declared as HMasterModifier 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
Fields in org.apache.hadoop.hbase.master with type parameters of type HMasterMethods in org.apache.hadoop.hbase.master that return HMasterModifier 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.Method parameters in org.apache.hadoop.hbase.master with type arguments of type HMasterModifier 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.Constructors in org.apache.hadoop.hbase.master with parameters of type HMasterModifierConstructorDescriptionClusterStatusPublisher
(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) Constructor parameters in org.apache.hadoop.hbase.master with type arguments of type HMaster -
Uses of HMaster in org.apache.hadoop.hbase.master.balancer
Fields in org.apache.hadoop.hbase.master.balancer declared as HMasterModifier and TypeFieldDescriptionprivate final HMaster
BalancerChore.master
private final HMaster
ClusterStatusChore.master
Constructors in org.apache.hadoop.hbase.master.balancer with parameters of type HMasterModifierConstructorDescriptionBalancerChore
(HMaster master) ClusterStatusChore
(HMaster master, LoadBalancer balancer) -
Uses of HMaster in org.apache.hadoop.hbase.master.http
Methods in org.apache.hadoop.hbase.master.http with parameters of type HMasterModifier 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
Methods in org.apache.hadoop.hbase.master.http.api_v1 with parameters of type HMasterModifier 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
Methods in org.apache.hadoop.hbase.master.http.hbck with parameters of type HMasterModifier 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
Fields in org.apache.hadoop.hbase.master.http.jersey with type parameters of type HMasterConstructors in org.apache.hadoop.hbase.master.http.jersey with parameters of type HMaster -
Uses of HMaster in org.apache.hadoop.hbase.master.locking
Fields in org.apache.hadoop.hbase.master.locking declared as HMasterConstructors in org.apache.hadoop.hbase.master.locking with parameters of type HMaster -
Uses of HMaster in org.apache.hadoop.hbase.master.normalizer
Methods in org.apache.hadoop.hbase.master.normalizer with parameters of type HMasterModifier 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
Fields in org.apache.hadoop.hbase.mob declared as HMasterModifier and TypeFieldDescriptionprivate final HMaster
MobFileCleanerChore.master
private HMaster
MobFileCompactionChore.master
Constructors in org.apache.hadoop.hbase.mob with parameters of type HMasterModifierConstructorDescriptionMobFileCleanerChore
(HMaster master) MobFileCompactionChore
(HMaster master) -
Uses of HMaster in org.apache.hadoop.hbase.quotas
Constructors in org.apache.hadoop.hbase.quotas with parameters of type HMasterModifierConstructorDescriptionQuotaObserverChore
(HMaster master, MetricsMaster metrics) SnapshotQuotaObserverChore
(HMaster master, MetricsMaster metrics) -
Uses of HMaster in org.apache.hadoop.hbase.security.access
Fields in org.apache.hadoop.hbase.security.access declared as HMaster -
Uses of HMaster in org.apache.hadoop.hbase.util
Fields in org.apache.hadoop.hbase.util declared as HMasterMethods in org.apache.hadoop.hbase.util that return HMasterMethods in org.apache.hadoop.hbase.util with parameters of type HMasterModifier 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.Method parameters in org.apache.hadoop.hbase.util with type arguments of type HMasterModifier and TypeMethodDescriptionstatic JVMClusterUtil.MasterThread
JVMClusterUtil.createMasterThread
(org.apache.hadoop.conf.Configuration c, Class<? extends HMaster> hmc, int index) Creates aJVMClusterUtil.MasterThread
.Constructors in org.apache.hadoop.hbase.util with parameters of type HMaster