Class FrontierReportAnalyzer

  • All Implemented Interfaces:
    Runnable

    public class FrontierReportAnalyzer
    extends Object
    implements Runnable
    Implements the analysis of a full frontier report obtained from Heritrix3, as the execution of a sequence of user-defined filters, that each generate a smaller, in-memory frontier report that are sent in a JMS message to the HarvestMonitor.
    • Constructor Detail

      • FrontierReportAnalyzer

        public FrontierReportAnalyzer​(HeritrixController heritrixController)
        Builds an analyzer, given an Heritrix3 controller instance. calls heritrixController.getFullFrontierReport().
        Parameters:
        heritrixController - the controller allowing communication with the Heritrix3 crawler instance.
    • Method Detail

      • run

        public void run()
        Specified by:
        run in interface Runnable