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) class
DHTTransportClear<K,
V> Transport container to signal clearing contents of the other HashTables including the server.(package private) class
DHTTransportMarshal<K,
V> Transport container for a distributed version of a HashTable.(package private) class
DHTTransportPlain<K,
V> Transport container for a distributed version of a HashTable.(package private) class
Transport 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.theList
protected final SortedMap
<K, DHTTransport> DistHashTableServer.theList
Methods 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 TypeMethodDescriptionvoid
DHTBroadcaster.broadcast
(DHTTransport o) broadcast.void
DHTBroadcaster.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.