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 AtomicLong
count
protected String
name
-
Constructor Summary
Constructors Constructor Description CommandCounter(String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get()
long
get(boolean clear)
long
getAndClear()
String
getName()
void
mark()
void
mark(long times)
void
setName(String name)
-
-
-
Field Detail
-
name
protected String name
-
count
protected AtomicLong count
-
-
Constructor Detail
-
CommandCounter
public CommandCounter(String name)
-
-