@InterfaceStability.Evolving @InterfaceAudience.Private public class MetricsMaster extends Object
This class has a number of metrics variables that are publicly accessible; these variables (objects) have methods to update their values.
Constructor and Description |
---|
MetricsMaster(MetricsMasterWrapper masterWrapper) |
Modifier and Type | Method and Description |
---|---|
MetricsMasterProcSource |
getMetricsProcSource() |
MetricsMasterSource |
getMetricsSource() |
void |
incrementRequests(long inc) |
public MetricsMaster(MetricsMasterWrapper masterWrapper)
public MetricsMasterSource getMetricsSource()
public MetricsMasterProcSource getMetricsProcSource()
public void incrementRequests(long inc)
inc
- How much to add to requests.Copyright © 2007–2019 The Apache Software Foundation. All rights reserved.