Uses of Class
org.apache.hadoop.hbase.master.MetricsMaster

Packages that use MetricsMaster
org.apache.hadoop.hbase.master   
org.apache.hadoop.hbase.master.snapshot   
org.apache.hadoop.hbase.procedure   
 

Uses of MetricsMaster in org.apache.hadoop.hbase.master
 

Constructors in org.apache.hadoop.hbase.master with parameters of type MetricsMaster
AssignmentManager(Server server, ServerManager serverManager, CatalogTracker catalogTracker, LoadBalancer balancer, ExecutorService service, MetricsMaster metricsMaster, TableLockManager tableLockManager)
          Constructs a new assignment manager.
 

Uses of MetricsMaster in org.apache.hadoop.hbase.master.snapshot
 

Methods in org.apache.hadoop.hbase.master.snapshot with parameters of type MetricsMaster
 void SnapshotManager.initialize(MasterServices master, MetricsMaster metricsMaster)
           
 

Constructors in org.apache.hadoop.hbase.master.snapshot with parameters of type MetricsMaster
SnapshotManager(MasterServices master, MetricsMaster metricsMaster, ProcedureCoordinator coordinator, ExecutorService pool)
          Fully specify all necessary components of a snapshot manager.
 

Uses of MetricsMaster in org.apache.hadoop.hbase.procedure
 

Methods in org.apache.hadoop.hbase.procedure with parameters of type MetricsMaster
 void MasterProcedureManagerHost.initialize(MasterServices master, MetricsMaster metricsMaster)
           
abstract  void MasterProcedureManager.initialize(MasterServices master, MetricsMaster metricsMaster)
          Initialize a globally barriered procedure for master.
 



Copyright © 2015 The Apache Software Foundation. All rights reserved.