Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IConnectionThrottler
-
Packages that use IConnectionThrottler Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of IConnectionThrottler in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that return IConnectionThrottler Modifier and Type Method Description IConnectionThrottlerIThrottleGroups. obtainConnectionThrottler(java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names. -
Uses of IConnectionThrottler in org.apache.manifoldcf.connectorcommon.throttler
Classes in org.apache.manifoldcf.connectorcommon.throttler that implement IConnectionThrottler Modifier and Type Class Description protected static classThrottler.ConnectionThrottlerConnection throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IConnectionThrottler Modifier and Type Method Description IConnectionThrottlerThrottleGroups. obtainConnectionThrottler(java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.IConnectionThrottlerThrottler. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)Construct connection throttler for connections with specific bin names.IConnectionThrottlerThrottler.ThrottlingGroup. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String[] binNames)Create a bunch of bins, corresponding to the bin names specified.IConnectionThrottlerThrottler.ThrottlingGroups. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroup, java.lang.String[] binNames)Obtain connection throttler.
-