Class DepthStatistics
- java.lang.Object
-
- org.apache.manifoldcf.crawler.interfaces.DepthStatistics
-
public class DepthStatistics extends java.lang.Object
An 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
_rcsid
protected java.util.ArrayList
scanSetBins
-
Constructor Summary
Constructors Constructor Description DepthStatistics()
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addBins(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
-
-