Package de.uniba.wiai.lspi.chord.service.impl

Implements the Chord protocol.

See:
          Description

Class Summary
ChordImpl Implements all operations which can be invoked on the local node.
Entries Stores entries for the local node in a local hash table and provides methods for accessing them.
HashFunction Provides a hash function for calculating the hash value out of Key or URL objects.
NodeImpl Implements all operations which can be invoked remotely by other nodes.
References Stores all remote references of nodes the local node is connected to and provides methods for querying and manipulating these references.
 

Package de.uniba.wiai.lspi.chord.service.impl Description

Implements the Chord protocol.