Class JobManager.ThrottleLimitSpec
- java.lang.Object
-
- org.apache.manifoldcf.crawler.jobs.JobManager.ThrottleLimitSpec
-
- Enclosing class:
- JobManager
protected static class JobManager.ThrottleLimitSpec extends java.lang.ObjectThis 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 intgetMaxCount()Get the max countjava.util.regex.PatterngetRegexp()Get the regexp.
-