protected static class JobManager.ThrottleLimitSpec extends Object
Modifier and Type | Field and Description |
---|---|
protected int |
maxCount
The fetch limit for all bins matching that regexp
|
protected Pattern |
regexp
Regexp
|
Constructor and Description |
---|
JobManager.ThrottleLimitSpec(String regexp,
int maxCount)
Constructor
|
protected final Pattern regexp
protected final int maxCount
public JobManager.ThrottleLimitSpec(String regexp, int maxCount) throws PatternSyntaxException
PatternSyntaxException
public Pattern getRegexp()
public int getMaxCount()