Class MetricImpl
- java.lang.Object
-
- org.camunda.bpm.engine.impl.telemetry.dto.MetricImpl
-
-
Field Summary
Fields Modifier and Type Field Description protected long
count
-
Constructor Summary
Constructors Constructor Description MetricImpl(long count)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description long
getCount()
The count of this metric i.e., how often did the engine perform the action associated with this metric.void
setCount(long count)
-