Package edu.jas.util

Class DHTTransportClear<K,​V>

  • All Implemented Interfaces:
    java.io.Serializable

    class DHTTransportClear<K,​V>
    extends DHTTransport<K,​V>
    Transport container to signal clearing contents of the other HashTables including the server. Contains no objects.
    • Constructor Detail

      • DHTTransportClear

        DHTTransportClear()
    • Method Detail

      • key

        public K key()
              throws java.io.IOException,
                     java.lang.ClassNotFoundException
        Get the key from this DHTTransport Container.
        Specified by:
        key in class DHTTransport<K,​V>
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException
      • value

        public V value()
                throws java.io.IOException,
                       java.lang.ClassNotFoundException
        Get the value from this DHTTransport Container.
        Specified by:
        value in class DHTTransport<K,​V>
        Throws:
        java.io.IOException
        java.lang.ClassNotFoundException