Uses of Class
net.i2p.router.networkdb.kademlia.SearchJob

Packages that use SearchJob
net.i2p.router.networkdb.kademlia   
 

Uses of SearchJob in net.i2p.router.networkdb.kademlia
 

Subclasses of SearchJob in net.i2p.router.networkdb.kademlia
(package private)  class ExploreJob
          Search for a particular key iteratively until we either find a value, we run out of peers, or the bucket the key belongs in has sufficient values in it.
 

Constructors in net.i2p.router.networkdb.kademlia with parameters of type SearchJob
SearchUpdateReplyFoundJob(RouterContext context, RouterInfo peer, SearchState state, KademliaNetworkDatabaseFacade facade, SearchJob job)