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