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) 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
DHTTransportTerminate<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. theList
protected java.util.SortedMap<K,DHTTransport>
DistHashTableServer. theList
Methods 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 void
DHTBroadcaster. broadcast(DHTTransport o)
broadcast.void
DHTBroadcaster. 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.
-