Class MetricImpl

java.lang.Object
org.camunda.bpm.engine.impl.telemetry.dto.MetricImpl
All Implemented Interfaces:
Metric

public class MetricImpl extends Object implements Metric
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected long
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    MetricImpl(long count)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    long
    The count of this metric i.e., how often did the engine perform the action associated with this metric.
    void
    setCount(long count)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • count

      protected long count
  • Constructor Details

    • MetricImpl

      public MetricImpl(long count)
  • Method Details

    • getCount

      public long getCount()
      Description copied from interface: Metric
      The count of this metric i.e., how often did the engine perform the action associated with this metric.
      Specified by:
      getCount in interface Metric
    • setCount

      public void setCount(long count)