Class PerformanceStatistics.AveragingRecord
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.PerformanceStatistics.AveragingRecord
-
- Enclosing class:
- PerformanceStatistics
protected static class PerformanceStatistics.AveragingRecord extends java.lang.ObjectThis class contains the data for a single document set against the given connection
-
-
Field Summary
Fields Modifier and Type Field Description protected intdocumentCountprotected longelapsedTime
-
Constructor Summary
Constructors Constructor Description AveragingRecord(int documentCount, long elapsedTime)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalculateRate()
-