Class GenericStatisticsData

java.lang.Object
com.evolveum.midpoint.schema.statistics.GenericStatisticsData

public class GenericStatisticsData extends Object
  • Constructor Details

    • GenericStatisticsData

      public GenericStatisticsData()
  • Method Details

    • getCount

      public int getCount()
    • getTotalDuration

      public long getTotalDuration()
    • getMinDuration

      public long getMinDuration()
    • getMaxDuration

      public long getMaxDuration()
    • recordOperation

      public void recordOperation(long duration, int count)