Uses of Class
org.apache.hadoop.hbase.master.MetricsMaster
Package
Description
-
Uses of MetricsMaster in org.apache.hadoop.hbase.backup.master
Modifier and TypeMethodDescriptionvoid
LogRollMasterProcedureManager.initialize
(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.master
Modifier and TypeMethodDescriptionHMaster.getMasterMetrics()
MasterServices.getMasterMetrics()
Returns Master's instance ofMetricsMaster
-
Uses of MetricsMaster in org.apache.hadoop.hbase.master.snapshot
Modifier and TypeMethodDescriptionvoid
SnapshotManager.initialize
(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.procedure
Modifier 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
Modifier and TypeMethodDescriptionvoid
MasterFlushTableProcedureManager.initialize
(MasterServices master, MetricsMaster metricsMaster) -
Uses of MetricsMaster in org.apache.hadoop.hbase.quotas
Modifier and TypeFieldDescriptionprivate final MetricsMaster
QuotaObserverChore.metrics
private final MetricsMaster
SnapshotQuotaObserverChore.metrics
ModifierConstructorDescription(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)