Uses of Interface
org.alfresco.solr.tracker.Tracker
Packages that use Tracker
-
Uses of Tracker in org.alfresco.solr.tracker
Classes in org.alfresco.solr.tracker that implement TrackerModifier and TypeClassDescriptionclassAbstract base class that provides commonTrackerbehaviour.classMultithreaded ACLTrackerimplementation.classSupertype layer for trackers that can be enabled/disabled.classclassclassThis tracker queries for docs with unclean content, and then updates them.classclassclassDespite belonging to the Tracker ecosystem, this component is actually a publisher, which periodically informs Alfresco about the state of the hosting core.Methods in org.alfresco.solr.tracker with type parameters of type TrackerModifier and TypeMethodDescription<T extends Tracker>
TTrackerRegistry.getTrackerForCore(String coreName, Class<T> trackerClass) Methods in org.alfresco.solr.tracker that return types with arguments of type TrackerMethods in org.alfresco.solr.tracker with parameters of type TrackerModifier and TypeMethodDescriptionvoidSolrTrackerScheduler.deleteJobForTrackerInstance(String coreName, Tracker tracker) Delete a Tracker Job ONLY if its exactly the same tracker instance that was passed in.voidSolrTrackerScheduler.deleteTrackerJob(String coreName, Tracker tracker) protected StringSolrTrackerScheduler.getJobName(Tracker tracker, String coreName) voidvoidSolrTrackerScheduler.schedule(Tracker tracker, String coreName, Properties props) Schedules individual trackers based on the solrcore properties.Method parameters in org.alfresco.solr.tracker with type arguments of type TrackerModifier and TypeMethodDescriptionvoidSolrTrackerScheduler.deleteTrackerJobs(String coreName, Collection<Tracker> trackers) Constructor parameters in org.alfresco.solr.tracker with type arguments of type TrackerModifierConstructorDescriptionCommitTracker(Properties p, org.alfresco.solr.client.SOLRAPIClient client, String coreName, InformationServer informationServer, List<Tracker> trackers)