org.camunda.bpm.engine.impl.metrics
Class Meter
java.lang.Object
org.camunda.bpm.engine.impl.metrics.Meter
public class Meter
- extends Object
A Meter implementation based on AtomicLong
- Author:
- Daniel Meyer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
counter
protected AtomicLong counter
name
protected String name
Meter
public Meter(String name)
mark
public void mark()
markTimes
public void markTimes(long times)
getName
public String getName()
setName
public void setName(String name)
getAndClear
public long getAndClear()
get
public long get()
Copyright © 2017 camunda services GmbH. All rights reserved.