Class CommandCounter
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.CommandCounter
-
public class CommandCounter extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CommandCounter(java.lang.String name)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
get()
long
getAndClear()
java.lang.String
getName()
void
mark()
void
mark(long times)
void
setName(java.lang.String name)
-