Uses of Class
edu.jas.util.DHTTransport
-
Packages that use DHTTransport Package Description edu.jas.util Concurrent programming utility classes. -
-
Uses of DHTTransport in edu.jas.util
Subclasses of DHTTransport in edu.jas.util Modifier and Type Class Description (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) classDHTTransportTerminate<K,V>Transport container to signal termination for a distributed version of a HashTable.Fields in edu.jas.util with type parameters of type DHTTransport Modifier and Type Field Description private java.util.SortedMap<K,DHTTransport>DHTBroadcaster. theListprotected java.util.SortedMap<K,DHTTransport>DistHashTableServer. theListMethods in edu.jas.util that return DHTTransport Modifier and Type Method Description static <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 DHTTransport Modifier and Type Method Description voidDHTBroadcaster. broadcast(DHTTransport o)broadcast.voidDHTBroadcaster. sendChannel(DHTTransport tc)sendChannel.Constructor parameters in edu.jas.util with type arguments of type DHTTransport Constructor Description DHTBroadcaster(SocketChannel s, java.util.List<DHTBroadcaster<K>> bc, java.util.SortedMap<K,DHTTransport> sm)DHTBroadcaster.
-