Package hypercast.DT

Class Summary
DT_AddressPair A physical & logical address pair for the Delaunay triangulation.
DT_DoublePoint This class represents a point in two dimensions, where the coordinates of the point are doubles.
DT_LogicalAddress A logical address on the Delaunay triangulation.
DT_Message This class defines a DT protocol message, which contains a type (byte), a Overlay hash(int) and 4 AddressPairs.
DT_Neighborhood This class keeps track of the Neighborhood table and LogicalAddress of a node in the Delaunay triangulation.
DT_Node This class is a basic Delaunay triangulation node.
DT_Node_BuddyList This class implements the basic Delaunay triangulation node and also provides a mechanism for joining a overlay through a buddy list.
DT_Node_Multicast This class implements the basic Delaunay triangulation node and also provides a bootstrap mechanism of overlay by multicasting.
DT_Node_ServerJoin This class extends the basic Delaunay triangulation node to provide a mechanism for joining a overlay or resolving partitions through a server.
DT_Point This class represents a point in two dimensions, where the coordinates of the point are ints.
DT_Server This class implements the DT Protocol server.
GNP_Landmark