Class Meter
java.lang.Object
org.camunda.bpm.engine.impl.metrics.Meter
A Meter implementation based on AtomicLong
- Author:
 - Daniel Meyer
 
- 
Field Summary
Fields - 
Constructor Summary
Constructors - 
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() 
 -