Uses of Class
org.apache.hadoop.hbase.master.MetricsMaster
Packages that use MetricsMaster
Package
Description
-
Uses of MetricsMaster in org.apache.hadoop.hbase.backup.master
Methods in org.apache.hadoop.hbase.backup.master with parameters of type MetricsMasterModifier and TypeMethodDescriptionvoidLogRollMasterProcedureManager.initialize(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.master
Fields in org.apache.hadoop.hbase.master declared as MetricsMasterMethods in org.apache.hadoop.hbase.master that return MetricsMasterModifier and TypeMethodDescriptionHMaster.getMasterMetrics()MasterServices.getMasterMetrics()Returns Master's instance ofMetricsMaster -
Uses of MetricsMaster in org.apache.hadoop.hbase.master.snapshot
Methods in org.apache.hadoop.hbase.master.snapshot with parameters of type MetricsMasterModifier and TypeMethodDescriptionvoidSnapshotManager.initialize(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.procedure
Methods in org.apache.hadoop.hbase.procedure with parameters of type MetricsMasterModifier and TypeMethodDescriptionabstract voidMasterProcedureManager.initialize(MasterServices master, MetricsMaster metricsMaster) Initialize a globally barriered procedure for master.voidMasterProcedureManagerHost.initialize(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.procedure.flush
Methods in org.apache.hadoop.hbase.procedure.flush with parameters of type MetricsMasterModifier and TypeMethodDescriptionvoidMasterFlushTableProcedureManager.initialize(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.quotas
Fields in org.apache.hadoop.hbase.quotas declared as MetricsMasterModifier and TypeFieldDescriptionprivate final MetricsMasterQuotaObserverChore.metricsprivate final MetricsMasterSnapshotQuotaObserverChore.metricsConstructors in org.apache.hadoop.hbase.quotas with parameters of type MetricsMasterModifierConstructorDescription(package private)QuotaObserverChore(Connection conn, org.apache.hadoop.conf.Configuration conf, SpaceQuotaSnapshotNotifier snapshotNotifier, MasterQuotaManager quotaManager, Stoppable stopper, MetricsMaster metrics) QuotaObserverChore(HMaster master, MetricsMaster metrics) (package private)SnapshotQuotaObserverChore(Connection conn, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.fs.FileSystem fs, Stoppable stopper, MetricsMaster metrics) SnapshotQuotaObserverChore(HMaster master, MetricsMaster metrics)