Uses of Interface
org.apache.manifoldcf.core.interfaces.IServiceDataAcceptor
-
-
Uses of IServiceDataAcceptor in org.apache.manifoldcf.connectorcommon.throttler
Classes in org.apache.manifoldcf.connectorcommon.throttler that implement IServiceDataAcceptor Modifier and Type Class Description protected static classConnectionBin.SumClassprotected static classFetchBin.SumClassprotected static classThrottleBin.SumClass -
Uses of IServiceDataAcceptor in org.apache.manifoldcf.core.connectorpool
Classes in org.apache.manifoldcf.core.connectorpool that implement IServiceDataAcceptor Modifier and Type Class Description protected static classConnectorPool.SumClass -
Uses of IServiceDataAcceptor in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces with parameters of type IServiceDataAcceptor Modifier and Type Method Description voidILockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type. -
Uses of IServiceDataAcceptor in org.apache.manifoldcf.core.lockmanager
Methods in org.apache.manifoldcf.core.lockmanager with parameters of type IServiceDataAcceptor Modifier and Type Method Description voidBaseLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.voidZooKeeperLockManager. scanServiceData(java.lang.String serviceType, IServiceDataAcceptor dataAcceptor)Scan service data for a service type.
-