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 IStreamThrottler
IFetchThrottler. 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 class
Throttler.StreamThrottler
Stream throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IStreamThrottler Modifier and Type Method Description IStreamThrottler
Throttler.FetchThrottler. createFetchStream()
Open a fetch stream.IStreamThrottler
Throttler.ThrottlingGroup. createFetchStream(java.lang.String[] binNames)
-