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.masterClassStartMiniClusterOption.Builder.masterClassStartMiniClusterOption.masterClassDeprecated.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 voidMiniHBaseCluster.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.privateStartMiniClusterOption(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 HMasterRegionsRecoveryChore.hMasterprivate final HMasterRegionsRecoveryConfigManager.hMasterprivate final HMasterClusterStatusPublisher.masterprivate final HMasterMasterInitializationMonitor.masterprivate final HMasterMetricsMasterWrapperImpl.masterFields in org.apache.hadoop.hbase.master with type parameters of type HMasterMethods in org.apache.hadoop.hbase.master that return HMasterModifier and TypeMethodDescriptionstatic HMasterHMaster.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 HMasterHMaster.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 HMasterBalancerChore.masterprivate final HMasterClusterStatusChore.masterConstructors 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 voidMasterDumpServlet.dumpRIT(HMaster master, PrintWriter out) private voidMasterDumpServlet.dumpServers(HMaster master, PrintWriter out) MasterStatusUtil.getFragmentationInfo(HMaster master, org.apache.hadoop.conf.Configuration conf) static ServerNameMasterStatusUtil.getMetaLocationOrNull(HMaster master) static StringMasterStatusUtil.getUserTables(HMaster master, List<TableDescriptor> tables) static StringMasterStatusUtil.serverNameLink(HMaster master, ServerName serverName) -
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.ResourceConfigResourceConfigFactory.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.ResourceConfigHbckConfigFactory.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 RegionNormalizerManagerRegionNormalizerFactory.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 HMasterMobFileCleanerChore.masterprivate HMasterMobFileCompactionChore.masterConstructors 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 intFSUtils.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.MasterThreadJVMClusterUtil.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