protected static class PriorityCalculator.ThrottleLimitSpec
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected double |
maxRate
The fetch limit for all bins matching that regexp, in fetches per millisecond
|
protected java.util.regex.Pattern |
regexp
Regexp
|
Constructor and Description |
---|
ThrottleLimitSpec(java.lang.String regexp,
double maxRate)
Constructor
|
Modifier and Type | Method and Description |
---|---|
double |
getMaxRate()
Get the max count
|
java.util.regex.Pattern |
getRegexp()
Get the regexp.
|
protected final java.util.regex.Pattern regexp
protected final double maxRate