Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IThrottleGroups
-
Packages that use IThrottleGroups Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of IThrottleGroups in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that return IThrottleGroups Modifier and Type Method Description static IThrottleGroups
ThrottleGroupsFactory. make(IThreadContext tc)
Make a connection throttle handle. -
Uses of IThrottleGroups in org.apache.manifoldcf.connectorcommon.throttler
Classes in org.apache.manifoldcf.connectorcommon.throttler that implement IThrottleGroups Modifier and Type Class Description class
ThrottleGroups
An implementation of IThrottleGroups, which establishes a JVM-wide pool of throttlers that can be used as a resource by any connector that needs it.
-