Class ExhaustedQueuesFilter

  • All Implemented Interfaces:
    FrontierReportFilter

    public class ExhaustedQueuesFilter
    extends java.lang.Object
    Filters a frontier report to include only lines that represent exhausted queues. An Heritrix queue is exhausted when its current size is zero.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getFilterId()
      Returns a unique identifier for this filter class.
      void init​(java.lang.String[] args)
      Initialize the filter from arguments.
      InMemoryFrontierReport process​(FrontierReport initialFrontier)
      Filters the given frontier report.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait