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 IFetchThrottlerIConnectionThrottler. 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 classThrottler.FetchThrottlerFetch throttler implementation class.Methods in org.apache.manifoldcf.connectorcommon.throttler that return IFetchThrottler Modifier and Type Method Description IFetchThrottlerThrottler.ConnectionThrottler. getNewConnectionFetchThrottler()For a new connection, obtain the fetch throttler to use for the connection.IFetchThrottlerThrottler.ThrottlingGroup. getNewConnectionFetchThrottler(java.lang.String[] binNames) 
 -