@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()
Returns reference to the region server's WAL
|
getClassLoader, getConfiguration, getHBaseVersion, getInstance, getLoadSequence, getPriority, getVersion
MetricRegistry getMetricRegistryForRegionServer()
See ExampleRegionServerObserverWithMetrics class in the hbase-examples modules for examples of how metrics can be instantiated and used.
Copyright © 2007–2020 The Apache Software Foundation. All rights reserved.