|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.manifoldcf.crawler.interfaces.PerformanceStatistics.AveragingRecord
protected static class PerformanceStatistics.AveragingRecord
This class contains the data for a single document set against the given connection
| Field Summary | |
|---|---|
protected int |
documentCount
|
protected long |
elapsedTime
|
| Constructor Summary | |
|---|---|
PerformanceStatistics.AveragingRecord(int documentCount,
long elapsedTime)
|
|
| Method Summary | |
|---|---|
double |
calculateRate()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected int documentCount
protected long elapsedTime
| Constructor Detail |
|---|
public PerformanceStatistics.AveragingRecord(int documentCount,
long elapsedTime)
| Method Detail |
|---|
public double calculateRate()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||