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

Packages that use ChordRetrievalFuture
de.uniba.wiai.lspi.chord.service Provides the API for applications using the Chord implementation. 
de.uniba.wiai.lspi.chord.service.impl Implements the Chord protocol. 
 

Uses of ChordRetrievalFuture in de.uniba.wiai.lspi.chord.service
 

Methods in de.uniba.wiai.lspi.chord.service that return ChordRetrievalFuture
 ChordRetrievalFuture AsynChord.retrieveAsync(java.lang.String res)
          Asynchronous method to retrieve the entries associated with key.
 

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

Methods in de.uniba.wiai.lspi.chord.service.impl that return ChordRetrievalFuture
 ChordRetrievalFuture ChordImpl.retrieveAsync(java.lang.String res)