Constructor and Description |
---|
AvgMinMaxPercentileCounter(String name) |
Modifier and Type | Method and Description |
---|---|
void |
add(long value)
Register a value.
|
void |
addDataPoint(long value) |
void |
reset() |
void |
resetMax() |
Map<String,Object> |
values() |
public AvgMinMaxPercentileCounter(String name)
public void addDataPoint(long value)
public void resetMax()
public void add(long value)
Summary
This method is thread safe, The MetricsProvider will take care of synchronization.
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.