Package | Description |
---|---|
org.apache.manifoldcf.core.throttler |
Modifier and Type | Field and Description |
---|---|
protected Throttler.ThrottlingGroup |
Throttler.ConnectionThrottler.parent |
protected Throttler.ThrottlingGroup |
Throttler.FetchThrottler.parent |
protected Throttler.ThrottlingGroup |
Throttler.StreamThrottler.parent |
Modifier and Type | Field and Description |
---|---|
protected Map<String,Throttler.ThrottlingGroup> |
Throttler.ThrottlingGroups.groups
The pool of individual throttle group services for this pool, keyed by throttle group name
|
Constructor and Description |
---|
Throttler.ConnectionThrottler(Throttler.ThrottlingGroup parent,
String[] binNames) |
Throttler.FetchThrottler(Throttler.ThrottlingGroup parent,
String[] binNames) |
Throttler.StreamThrottler(Throttler.ThrottlingGroup parent,
String[] binNames) |