@InterfaceAudience.LimitedPrivate(value="Coprocesssor") @InterfaceStability.Evolving public interface WALCoprocessorEnvironment extends org.apache.hadoop.hbase.CoprocessorEnvironment<WALCoprocessor>
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.hbase.metrics.MetricRegistry |
getMetricRegistryForRegionServer()
Returns a MetricRegistry that can be used to track metrics at the region server level.
|
WAL |
getWAL() |
WAL getWAL()
org.apache.hadoop.hbase.metrics.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.