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

Packages that use ChordFuture
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 ChordFuture in de.uniba.wiai.lspi.chord.service
 

Subinterfaces of ChordFuture in de.uniba.wiai.lspi.chord.service
 interface ChordRetrievalFuture
          This ChordFuture represents the invocation result of AsynChord#retrieveAsync(Key).
 

Methods in de.uniba.wiai.lspi.chord.service that return ChordFuture
 ChordFuture AsynChord.insertAsync(java.lang.String res, java.io.Serializable entry)
          Asynchronous method to insert entry with key.
 ChordFuture AsynChord.removeAsync(java.lang.String res, java.io.Serializable entry)
          Asynchronous method to remove entry with key.
 

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

Methods in de.uniba.wiai.lspi.chord.service.impl that return ChordFuture
 ChordFuture ChordImpl.insertAsync(java.lang.String res, java.io.Serializable entry)
           
 ChordFuture ChordImpl.removeAsync(java.lang.String res, java.io.Serializable entry)