Package edu.jas.util

Class DHTListener<K,V>

java.lang.Object
java.lang.Thread
edu.jas.util.DHTListener<K,V>
All Implemented Interfaces:
Runnable

class DHTListener<K,V> extends Thread
Thread to communicate with the list server.
  • Field Details

    • logger

      private static final org.apache.logging.log4j.Logger logger
    • debug

      private static final boolean debug
    • channel

      private final SocketChannel channel
    • theList

      private final SortedMap<K,V> theList
    • goon

      private boolean goon
  • Constructor Details

  • Method Details

    • isDone

      boolean isDone()
    • setDone

      void setDone()
    • run

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