Class FrontierReportAnalyzer

  • All Implemented Interfaces:
    java.lang.Runnable

    public class FrontierReportAnalyzer
    extends java.lang.Object
    implements java.lang.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.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void run()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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 java.lang.Runnable