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 TypeMethodDescriptionvoid
LogRollMasterProcedureManager.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 TypeMethodDescriptionvoid
SnapshotManager.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 void
MasterProcedureManager.initialize
(MasterServices master, MetricsMaster metricsMaster) Initialize a globally barriered procedure for master.void
MasterProcedureManagerHost.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 TypeMethodDescriptionvoid
MasterFlushTableProcedureManager.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 MetricsMaster
QuotaObserverChore.metrics
private final MetricsMaster
SnapshotQuotaObserverChore.metrics
Constructors 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)