@Vetoed public class ConcurrentGaugeImpl extends Object implements org.eclipse.microprofile.metrics.ConcurrentGauge
ConcurrentGauge| Constructor and Description |
|---|
ConcurrentGaugeImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
dec() |
long |
getCount()
Returns the counter's current value.
|
long |
getMax() |
long |
getMin() |
void |
inc()
Increment the counter by one.
|
public void inc()
inc in interface org.eclipse.microprofile.metrics.ConcurrentGaugepublic long getCount()
getCount in interface org.eclipse.microprofile.metrics.ConcurrentGaugepublic long getMax()
getMax in interface org.eclipse.microprofile.metrics.ConcurrentGaugepublic long getMin()
getMin in interface org.eclipse.microprofile.metrics.ConcurrentGaugepublic void dec()
dec in interface org.eclipse.microprofile.metrics.ConcurrentGaugeCopyright © 2019. All rights reserved.