protected static class JobManager.ThrottleLimitSpec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected int |
maxCount
The fetch limit for all bins matching that regexp
|
protected java.util.regex.Pattern |
regexp
Regexp
|
Constructor and Description |
---|
ThrottleLimitSpec(java.lang.String regexp,
int maxCount)
Constructor
|
Modifier and Type | Method and Description |
---|---|
int |
getMaxCount()
Get the max count
|
java.util.regex.Pattern |
getRegexp()
Get the regexp.
|
protected final java.util.regex.Pattern regexp
protected final int maxCount