Uses of Interface
de.uniba.wiai.lspi.chord.service.Key

Packages that use Key
de.uniba.wiai.lspi.chord.console.command.entry Implements data structures for working with entries in the test console. 
de.uniba.wiai.lspi.chord.service.impl Implements the Chord protocol. 
 

Uses of Key in de.uniba.wiai.lspi.chord.console.command.entry
 

Classes in de.uniba.wiai.lspi.chord.console.command.entry that implement Key
 class Key
          Represents a key used within console to store a Value within a chord network.
 

Uses of Key in de.uniba.wiai.lspi.chord.service.impl
 

Methods in de.uniba.wiai.lspi.chord.service.impl with parameters of type Key
 ID HashFunction.getHashKey(Key entry)
          Calculates the hash value for a given data Key.