Uses of Interface
org.apache.manifoldcf.core.interfaces.ICacheExecutor
-
-
Uses of ICacheExecutor in org.apache.manifoldcf.agents.outputconnection
Classes in org.apache.manifoldcf.agents.outputconnection that implement ICacheExecutor Modifier and Type Class Description protected static classOutputConnectionManager.OutputConnectionExecutorThis is the executor object for locating output connection objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.agents.transformationconnection
Classes in org.apache.manifoldcf.agents.transformationconnection that implement ICacheExecutor Modifier and Type Class Description protected static classTransformationConnectionManager.TransformationConnectionExecutorThis is the executor object for locating transformation connection objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.authorities.authgroups
Classes in org.apache.manifoldcf.authorities.authgroups that implement ICacheExecutor Modifier and Type Class Description protected static classAuthorityGroupManager.AuthorityGroupExecutorThis is the executor object for locating authority group objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.authorities.authority
Classes in org.apache.manifoldcf.authorities.authority that implement ICacheExecutor Modifier and Type Class Description protected static classAuthorityConnectionManager.AuthorityConnectionExecutorThis is the executor object for locating repository connection objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.authorities.mapping
Classes in org.apache.manifoldcf.authorities.mapping that implement ICacheExecutor Modifier and Type Class Description protected static classMappingConnectionManager.MappingConnectionExecutorThis is the executor object for locating mapping connection objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.core.cachemanager
Classes in org.apache.manifoldcf.core.cachemanager that implement ICacheExecutor Modifier and Type Class Description classExecutorBaseMethods in org.apache.manifoldcf.core.cachemanager with parameters of type ICacheExecutor Modifier and Type Method Description voidCacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.core.database
Classes in org.apache.manifoldcf.core.database that implement ICacheExecutor Modifier and Type Class Description static classDatabase.QueryCacheExecutorThis object is meant to execute within a cache manager call. -
Uses of ICacheExecutor in org.apache.manifoldcf.core.interfaces
Methods in org.apache.manifoldcf.core.interfaces with parameters of type ICacheExecutor Modifier and Type Method Description voidICacheManager. findObjectsAndExecute(ICacheDescription[] locateObjectDescriptions, StringSet invalidateKeys, ICacheExecutor execObject, java.lang.String transactionID)Locate or create a set of objects in the cached object pool, and/or destroy and invalidate the same or other objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.crawler.jobs
Classes in org.apache.manifoldcf.crawler.jobs that implement ICacheExecutor Modifier and Type Class Description protected static classJobs.JobObjectExecutorThis is the executor object for locating job objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.crawler.notification
Classes in org.apache.manifoldcf.crawler.notification that implement ICacheExecutor Modifier and Type Class Description protected static classNotificationConnectionManager.NotificationConnectionExecutorThis is the executor object for locating notification connection objects. -
Uses of ICacheExecutor in org.apache.manifoldcf.crawler.repository
Classes in org.apache.manifoldcf.crawler.repository that implement ICacheExecutor Modifier and Type Class Description protected static classRepositoryConnectionManager.RepositoryConnectionExecutorThis is the executor object for locating repository connection objects.
-