Microprofile-Metrics 2017.12.0
-
-
Method Summary
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
CounterImpl
public CounterImpl()
-
Method Detail
-
inc
public void inc()
- Specified by:
inc in interface org.eclipse.microprofile.metrics.Counter
-
inc
public void inc(long n)
- Specified by:
inc in interface org.eclipse.microprofile.metrics.Counter
-
dec
public void dec()
- Specified by:
dec in interface org.eclipse.microprofile.metrics.Counter
-
dec
public void dec(long n)
- Specified by:
dec in interface org.eclipse.microprofile.metrics.Counter
-
getCount
public long getCount()
- Specified by:
getCount in interface org.eclipse.microprofile.metrics.Counter
- Specified by:
getCount in interface org.eclipse.microprofile.metrics.Counting
Microprofile-Metrics 2017.12.0
Copyright © 2017 JBoss by Red Hat. All rights reserved.