Uses of Class
org.alfresco.solr.tracker.TrackerRegistry
-
Packages that use TrackerRegistry Package Description org.alfresco.solr -
-
Uses of TrackerRegistry in org.alfresco.solr
Methods in org.alfresco.solr that return TrackerRegistry Modifier and Type Method Description TrackerRegistryAlfrescoCoreAdminHandler. getTrackerRegistry()Methods in org.alfresco.solr with parameters of type TrackerRegistry Modifier and Type Method Description static voidHandlerReportBuilder. addCoreSummary(TrackerRegistry trackerRegistry, String cname, boolean detail, boolean hist, boolean values, InformationServer srv, org.apache.solr.common.util.NamedList<Object> report)Adds a core summarystatic org.apache.solr.common.util.NamedList<Object>HandlerReportBuilder. buildAclTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, AclTracker tracker, Long acltxid)Builds AclTxReportstatic org.apache.solr.common.util.NamedList<Object>HandlerReportBuilder. buildTrackerReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, Long fromTx, Long toTx, Long fromAclTx, Long toAclTx, Long fromTime, Long toTime)Builds Tracker reportstatic org.apache.solr.common.util.NamedList<Object>HandlerReportBuilder. buildTxReport(TrackerRegistry trackerRegistry, InformationServer srv, String coreName, MetadataTracker tracker, Long txid)Builds TxReportprotected voidAlfrescoCoreAdminHandler. setTrackerRegistry(TrackerRegistry trackerRegistry)
-