-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Detail
-
inc
public void inc()
- Specified by:
inc in interface org.eclipse.microprofile.metrics.ConcurrentGauge
-
dec
public void dec()
- Specified by:
dec in interface org.eclipse.microprofile.metrics.ConcurrentGauge
-
getCount
public long getCount()
- Specified by:
getCount in interface org.eclipse.microprofile.metrics.ConcurrentGauge
-
getMax
public long getMax()
- Specified by:
getMax in interface org.eclipse.microprofile.metrics.ConcurrentGauge
-
getMin
public long getMin()
- Specified by:
getMin in interface org.eclipse.microprofile.metrics.ConcurrentGauge
Copyright © 2018–2022. All rights reserved.