Uses of Package
net.tomp2p.futures

Packages that use net.tomp2p.futures
net.tomp2p.connection   
net.tomp2p.futures   
net.tomp2p.mapreduce   
net.tomp2p.p2p   
net.tomp2p.p2p.config   
net.tomp2p.replication   
net.tomp2p.rpc   
net.tomp2p.utils   
 

Classes in net.tomp2p.futures used by net.tomp2p.connection
BaseFuture
          Represents the result of an asynchronous operation.
Cancellable
          A cancelable class should implement this method use use it for future objects.
FutureChannelCreator
          This future is used for the connection reservation.
FutureResponse
          Each response has one request messages.
FutureRunnable
          A future runnable is used for running futures in the background (in a different thread)
 

Classes in net.tomp2p.futures used by net.tomp2p.futures
BaseFuture
          Represents the result of an asynchronous operation.
BaseFuture.FutureType
          The first state is always INIT and will always end in either OK, FAILED, or CANCEl
BaseFutureImpl
          The base for all BaseFuture implementations.
BaseFutureListener
          Something interested in being notified when the result of an BaseFuture becomes available.
Cancellable
          A cancelable class should implement this method use use it for future objects.
FutureBootstrap
          Used for bootstrapping.
FutureCleanup
          Some futures have a longer life span than others.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureDHT
          The future object for the get() and put() operations including routing.
FutureForkJoin
          The key future for recursive loops.
FutureResponse
          Each response has one request messages.
FutureRouting
          The routing future keeps track of the routing process.
FutureWrapper
          Wraps a future into an other future.
 

Classes in net.tomp2p.futures used by net.tomp2p.mapreduce
BaseFuture
          Represents the result of an asynchronous operation.
BaseFutureImpl
          The base for all BaseFuture implementations.
Cancellable
          A cancelable class should implement this method use use it for future objects.
 

Classes in net.tomp2p.futures used by net.tomp2p.p2p
BaseFuture
          Represents the result of an asynchronous operation.
FutureBootstrap
          Used for bootstrapping.
FutureChannelCreator
          This future is used for the connection reservation.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureData
          FutureData is used as the future object for direct DHT operations.
FutureDHT
          The future object for the get() and put() operations including routing.
FutureDiscover
          The future that keeps track of network discovery such as discovery if its behind a NAT, the status if UPNP or NAT-PMP could be established, if there is portforwarding.
FutureLateJoin
          FutureLateJoin is similar to FutureForkJoin.
FutureResponse
          Each response has one request messages.
FutureRouting
          The routing future keeps track of the routing process.
FutureTracker
          This class holds the object for future results from the tracker get() and add().
 

Classes in net.tomp2p.futures used by net.tomp2p.p2p.config
BaseFuture
          Represents the result of an asynchronous operation.
FutureCreate
          DHT and Tracker operations may occur repeatedly.
FutureDHT
          The future object for the get() and put() operations including routing.
 

Classes in net.tomp2p.futures used by net.tomp2p.replication
BaseFuture
          Represents the result of an asynchronous operation.
 

Classes in net.tomp2p.futures used by net.tomp2p.rpc
FutureData
          FutureData is used as the future object for direct DHT operations.
FutureResponse
          Each response has one request messages.
 

Classes in net.tomp2p.futures used by net.tomp2p.utils
BaseFuture
          Represents the result of an asynchronous operation.
 



Copyright © 2012. All Rights Reserved.