Class Meter
java.lang.Object
org.camunda.bpm.engine.impl.metrics.Meter
A Meter implementation based on AtomicLong
- Author:
- Daniel Meyer
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
counter
-
name
-
-
Constructor Details
-
Meter
-
-
Method Details
-
mark
public void mark() -
markTimes
public void markTimes(long times) -
getName
-
setName
-
getAndClear
public long getAndClear() -
get
public long get(boolean clear) -
get
public long get()
-