@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface WALCoprocessorEnvironment extends CoprocessorEnvironment<WALCoprocessor>
| Modifier and Type | Method and Description | 
|---|---|
| MetricRegistry | getMetricRegistryForRegionServer()Returns a MetricRegistry that can be used to track metrics at the region server level. | 
| WAL | getWAL() | 
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersionMetricRegistry getMetricRegistryForRegionServer()
See ExampleRegionServerObserverWithMetrics class in the hbase-examples modules for examples of how metrics can be instantiated and used.
Copyright © 2007–2021 The Apache Software Foundation. All rights reserved.