Uses of Interface
org.apache.manifoldcf.connectorcommon.interfaces.IFetchThrottler
-
Packages that use IFetchThrottler Package Description org.apache.manifoldcf.connectorcommon.interfaces org.apache.manifoldcf.connectorcommon.throttler -
-
Uses of IFetchThrottler in org.apache.manifoldcf.connectorcommon.interfaces
Methods in org.apache.manifoldcf.connectorcommon.interfaces that return IFetchThrottler Modifier and Type Method Description IFetchThrottler
IConnectionThrottler. getNewConnectionFetchThrottler()
For a new connection, obtain the fetch throttler to use for the connection. -
Uses of IFetchThrottler in org.apache.manifoldcf.connectorcommon.throttler
Classes in org.apache.manifoldcf.connectorcommon.throttler that implement IFetchThrottler Modifier and Type Class Description protected static class
Throttler.FetchThrottler
Fetch throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IFetchThrottler Modifier and Type Method Description IFetchThrottler
Throttler.ConnectionThrottler. getNewConnectionFetchThrottler()
For a new connection, obtain the fetch throttler to use for the connection.IFetchThrottler
Throttler.ThrottlingGroup. getNewConnectionFetchThrottler(java.lang.String[] binNames)
-