Uses of Interface
org.alfresco.solr.tracker.Tracker
-
Packages that use Tracker Package Description org.alfresco.solr.tracker -
-
Uses of Tracker in org.alfresco.solr.tracker
Classes in org.alfresco.solr.tracker that implement Tracker Modifier and Type Class Description classAbstractTrackerAbstract base class that provides commonTrackerbehaviour.classAclTrackerMultithreaded ACLTrackerimplementation.classActivatableTrackerSupertype layer for trackers that can be enabled/disabled.classCascadeTrackerclassCommitTrackerclassContentTrackerThis tracker queries for docs with unclean content, and then updates them.classMetadataTrackerclassModelTrackerclassShardStatePublisherDespite 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 Tracker Modifier and Type Method Description <T extends Tracker>
TTrackerRegistry. getTrackerForCore(java.lang.String coreName, java.lang.Class<T> trackerClass)Methods in org.alfresco.solr.tracker that return types with arguments of type Tracker Modifier and Type Method Description java.util.Collection<Tracker>TrackerRegistry. getTrackersForCore(java.lang.String coreName)Methods in org.alfresco.solr.tracker with parameters of type Tracker Modifier and Type Method Description voidSolrTrackerScheduler. deleteJobForTrackerInstance(java.lang.String coreName, Tracker tracker)Delete a Tracker Job ONLY if its exactly the same tracker instance that was passed in.voidSolrTrackerScheduler. deleteTrackerJob(java.lang.String coreName, Tracker tracker)protected java.lang.StringSolrTrackerScheduler. getJobName(Tracker tracker, java.lang.String coreName)voidTrackerRegistry. register(java.lang.String coreName, Tracker tracker)voidSolrTrackerScheduler. schedule(Tracker tracker, java.lang.String coreName, java.util.Properties props)Schedules individual trackers based on the solrcore properties.Method parameters in org.alfresco.solr.tracker with type arguments of type Tracker Modifier and Type Method Description voidSolrTrackerScheduler. deleteTrackerJobs(java.lang.String coreName, java.util.Collection<Tracker> trackers)Constructor parameters in org.alfresco.solr.tracker with type arguments of type Tracker Constructor Description CommitTracker(java.util.Properties p, org.alfresco.solr.client.SOLRAPIClient client, java.lang.String coreName, InformationServer informationServer, java.util.List<Tracker> trackers)
-