Class PerformanceStatistics.AveragingRecord

  • Enclosing class:
    PerformanceStatistics

    protected static class PerformanceStatistics.AveragingRecord
    extends java.lang.Object
    This class contains the data for a single document set against the given connection
    • Constructor Summary

      Constructors 
      Constructor Description
      AveragingRecord​(int documentCount, long elapsedTime)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      double calculateRate()  
      • Methods inherited from class java.lang.Object

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

      • documentCount

        protected int documentCount
      • elapsedTime

        protected long elapsedTime
    • Constructor Detail

      • AveragingRecord

        public AveragingRecord​(int documentCount,
                               long elapsedTime)
    • Method Detail

      • calculateRate

        public double calculateRate()