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