Class DHTTransport<K,V>
java.lang.Object
edu.jas.util.DHTTransport<K,V>
- All Implemented Interfaces:
Serializable
Transport container for a distributed version of a HashTable.
Note: Contains code for timing of marshalled versus plain
object serialization which can be removed later.
- Author:
- Heinz Kredel
- See Also:
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
stor
-
-
Constructor Details
-
DHTTransport
protected DHTTransport()protected constructor.
-
-
Method Details
-
create
Create a new DHTTransport Container.- Parameters:
key-value-- Throws:
IOException
-
key
Get the key from this DHTTransport Container.- Throws:
IOExceptionClassNotFoundException
-
value
Get the value from this DHTTransport Container.- Throws:
IOExceptionClassNotFoundException
-
toString
-