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.ThrottlingGroupThrottler.ConnectionThrottler. parentprotected Throttler.ThrottlingGroupThrottler.FetchThrottler. parentprotected Throttler.ThrottlingGroupThrottler.StreamThrottler. parentFields 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. groupsThe 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)
-