Package | Description |
---|---|
org.apache.manifoldcf.connectorcommon.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 java.util.Map<java.lang.String,Throttler.ThrottlingGroup> |
Throttler.ThrottlingGroups.groups
The pool of individual throttle group services for this pool, keyed by throttle group name
|
Constructor and Description |
---|
ConnectionThrottler(Throttler.ThrottlingGroup parent,
java.lang.String[] binNames) |
FetchThrottler(Throttler.ThrottlingGroup parent,
java.lang.String[] binNames) |
StreamThrottler(Throttler.ThrottlingGroup parent,
java.lang.String[] binNames) |