Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IStreamThrottler
-
Packages that use IStreamThrottler Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of IStreamThrottler in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that return IStreamThrottler Modifier and Type Method Description IStreamThrottlerIFetchThrottler. createFetchStream()Open a fetch stream. -
Uses of IStreamThrottler in org.apache.manifoldcf.connectorcommon.throttler
Classes in org.apache.manifoldcf.connectorcommon.throttler that implement IStreamThrottler Modifier and Type Class Description protected static classThrottler.StreamThrottlerStream throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IStreamThrottler Modifier and Type Method Description IStreamThrottlerThrottler.FetchThrottler. createFetchStream()Open a fetch stream.IStreamThrottlerThrottler.ThrottlingGroup. createFetchStream(java.lang.String[] binNames)
-