Uses of Class
org.apache.manifoldcf.connectorcommon.throttler.Throttler.ThrottlingGroup
-
Packages that use Throttler.ThrottlingGroup Package Description org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of Throttler.ThrottlingGroup in org.apache.manifoldcf.connectorcommon.throttler
Fields in org.apache.manifoldcf.connectorcommon.throttler declared as Throttler.ThrottlingGroup Modifier and Type Field Description protected Throttler.ThrottlingGroup
Throttler.ConnectionThrottler. parent
protected Throttler.ThrottlingGroup
Throttler.FetchThrottler. parent
protected Throttler.ThrottlingGroup
Throttler.StreamThrottler. parent
Fields in org.apache.manifoldcf.connectorcommon.throttler with type parameters of type Throttler.ThrottlingGroup Modifier and Type Field 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 nameConstructors in org.apache.manifoldcf.connectorcommon.throttler with parameters of type Throttler.ThrottlingGroup Constructor 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)
-