Uses of Class
edu.jas.util.DHTTransport
Packages that use DHTTransport
-
Uses of DHTTransport in edu.jas.util
Subclasses of DHTTransport in edu.jas.utilModifier and TypeClassDescription(package private) classDHTTransportClear<K,V> Transport container to signal clearing contents of the other HashTables including the server.(package private) classDHTTransportMarshal<K,V> Transport container for a distributed version of a HashTable.(package private) classDHTTransportPlain<K,V> Transport container for a distributed version of a HashTable.(package private) classTransport container to signal termination for a distributed version of a HashTable.Fields in edu.jas.util with type parameters of type DHTTransportModifier and TypeFieldDescriptionprivate final SortedMap<K, DHTTransport> DHTBroadcaster.theListprotected final SortedMap<K, DHTTransport> DistHashTableServer.theListMethods in edu.jas.util that return DHTTransportModifier and TypeMethodDescriptionstatic <K,V> DHTTransport <K, V> DHTTransport.create(K key, V value) Create a new DHTTransport Container.Methods in edu.jas.util with parameters of type DHTTransportModifier and TypeMethodDescriptionvoidDHTBroadcaster.broadcast(DHTTransport o) broadcast.voidDHTBroadcaster.sendChannel(DHTTransport tc) sendChannel.Constructor parameters in edu.jas.util with type arguments of type DHTTransportModifierConstructorDescriptionDHTBroadcaster(SocketChannel s, List<DHTBroadcaster<K>> bc, SortedMap<K, DHTTransport> sm) DHTBroadcaster.