Class ScraperImpl

  • All Implemented Interfaces:
    Scraper

    @Deprecated
    public class ScraperImpl
    extends Object
    implements Scraper
    Deprecated.
    Scraper is deprecated please use TriggeredScraperImpl instead all functions are supplied as well
    Main class that orchestrates scraping.
    • Method Detail

      • start

        public void start()
        Deprecated.
        Description copied from interface: Scraper
        Start the scraping.
        Specified by:
        start in interface Scraper
      • getNumberOfActiveTasks

        public int getNumberOfActiveTasks()
        Deprecated.
        Description copied from interface: Scraper
        retrieves active tasks used for scraping
        Specified by:
        getNumberOfActiveTasks in interface Scraper
        Returns:
        number of active tasks
      • stop

        public void stop()
        Deprecated.
        Description copied from interface: Scraper
        stops active scraping processes
        Specified by:
        stop in interface Scraper