Class DepthStatistics
- java.lang.Object
 - 
- org.apache.manifoldcf.crawler.interfaces.DepthStatistics
 
 
- 
public class DepthStatistics extends java.lang.ObjectAn instance of this class keeps a running average of how long it takes for every connection to process a document. This information is used to limit queuing per connection to something reasonable given the characteristics of the connection. 
- 
- 
Field Summary
Fields Modifier and Type Field Description static java.lang.String_rcsidprotected java.util.ArrayListscanSetBins 
- 
Constructor Summary
Constructors Constructor Description DepthStatistics()Constructor 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddBins(java.lang.Double priority)Add a document's bins to the setjava.lang.Double[]getBins()Grab all the bins in a big array 
 - 
 
- 
- 
Field Detail
- 
_rcsid
public static final java.lang.String _rcsid
- See Also:
 - Constant Field Values
 
 
- 
scanSetBins
protected java.util.ArrayList scanSetBins
 
 - 
 
 -