Interface ScraperTask

    • Method Detail

      • run

        void run()
        Specified by:
        run in interface Runnable
      • getJobName

        String getJobName()
      • getConnectionAlias

        String getConnectionAlias()
      • getRequestCounter

        long getRequestCounter()
      • getSuccessfullRequestCounter

        long getSuccessfullRequestCounter()
      • getLatencyStatistics

        org.apache.commons.math3.stat.descriptive.DescriptiveStatistics getLatencyStatistics()
      • getPercentageFailed

        double getPercentageFailed()
      • handleException

        void handleException​(Exception e)