Class QueueFeeder

  • All Implemented Interfaces:
    Runnable

    public class QueueFeeder
    extends Thread
    This class feeds the queues with input items, and re-fills them as items are consumed by FetcherThread-s.
    • Method Detail

      • setTimeLimit

        public void setTimeLimit​(long tl)
      • run

        public void run()
        Specified by:
        run in interface Runnable
        Overrides:
        run in class Thread