Uses of Interface
net.tomp2p.p2p.DistributedHashTable.Operation

Packages that use DistributedHashTable.Operation
net.tomp2p.p2p   
net.tomp2p.p2p.builder   
 

Uses of DistributedHashTable.Operation in net.tomp2p.p2p
 

Methods in net.tomp2p.p2p with parameters of type DistributedHashTable.Operation
 FutureDHT DistributedHashTable.parallelRequests(RequestP2PConfiguration p2pConfiguration, NavigableSet<PeerAddress> queue, boolean cancleOnFinish, FutureChannelCreator futureChannelCreator, ConnectionReservation connectionReservation, boolean manualCleanup, DistributedHashTable.Operation operation)
          Creates RPCs and executes them parallel.
 

Uses of DistributedHashTable.Operation in net.tomp2p.p2p.builder
 

Methods in net.tomp2p.p2p.builder that return DistributedHashTable.Operation
 DistributedHashTable.Operation ParallelRequestBuilder.getOperation()
           
 

Methods in net.tomp2p.p2p.builder with parameters of type DistributedHashTable.Operation
 ParallelRequestBuilder ParallelRequestBuilder.setOperation(DistributedHashTable.Operation operation)
           
 



Copyright © 2013. All Rights Reserved.