@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface MasterCoprocessorEnvironment extends CoprocessorEnvironment
Modifier and Type | Method and Description |
---|---|
MasterServices |
getMasterServices() |
MetricRegistry |
getMetricRegistryForMaster()
Returns a MetricRegistry that can be used to track metrics at the master level.
|
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getTable, getTable, getVersion
MasterServices getMasterServices()
MetricRegistry getMetricRegistryForMaster()
See ExampleMasterObserverWithMetrics class in the hbase-examples modules for examples of how metrics can be instantiated and used.
Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.