- java.lang.Object
-
- com.codahale.metrics.Counter
-
- net.centro.rtb.monitoringcenter.metrics.forwarding.ForwardingReadOnlyCounter
-
-
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()
- Overrides:
inc in class com.codahale.metrics.Counter
-
inc
public void inc(long n)
- Overrides:
inc in class com.codahale.metrics.Counter
-
dec
public void dec()
- Overrides:
dec in class com.codahale.metrics.Counter
-
dec
public void dec(long n)
- Overrides:
dec in class com.codahale.metrics.Counter
-
getCount
public long getCount()
- Specified by:
getCount in interface com.codahale.metrics.Counting
- Overrides:
getCount in class com.codahale.metrics.Counter
Copyright © 2016–2017. All rights reserved.