Class PriorityCalculator.ThrottleLimitSpec
- java.lang.Object
-
- org.apache.manifoldcf.crawler.system.PriorityCalculator.ThrottleLimitSpec
-
- Enclosing class:
- PriorityCalculator
protected static class PriorityCalculator.ThrottleLimitSpec extends java.lang.Object
This is a class which describes an individual throttle limit, in fetches per millisecond.
-
-
Constructor Summary
Constructors Constructor Description ThrottleLimitSpec(java.lang.String regexp, double maxRate)
Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double
getMaxRate()
Get the max countjava.util.regex.Pattern
getRegexp()
Get the regexp.
-