Class MetricImpl

  • All Implemented Interfaces:
    Metric

    public class MetricImpl
    extends Object
    implements Metric
    • Field Detail

      • count

        protected long count
    • Constructor Detail

      • MetricImpl

        public MetricImpl​(long count)
    • Method Detail

      • 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)