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 IConnectionThrottler
IThrottleGroups. 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 class
Throttler.ConnectionThrottler
Connection throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IConnectionThrottler Modifier and Type Method Description IConnectionThrottler
ThrottleGroups. obtainConnectionThrottler(java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)
Construct connection throttler for connections with specific bin names.IConnectionThrottler
Throttler. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroupType, java.lang.String throttleGroup, java.lang.String[] binNames)
Construct connection throttler for connections with specific bin names.IConnectionThrottler
Throttler.ThrottlingGroup. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String[] binNames)
Create a bunch of bins, corresponding to the bin names specified.IConnectionThrottler
Throttler.ThrottlingGroups. obtainConnectionThrottler(IThreadContext threadContext, java.lang.String throttleGroup, java.lang.String[] binNames)
Obtain connection throttler.
-