Class CommandCounter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.CommandCounter
-
public class CommandCounter extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected AtomicLongcountprotected Stringname
-
Constructor Summary
Constructors Constructor Description CommandCounter(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description longget()longgetAndClear()StringgetName()voidmark()voidmark(long times)voidsetName(String name)
-
-
-
Field Detail
-
name
protected String name
-
count
protected AtomicLong count
-
-
Constructor Detail
-
CommandCounter
public CommandCounter(String name)
-
-