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

Packages that use FloodSearchJob
net.i2p.router.networkdb.kademlia The network database, including implementation of floodfills. 
 

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

Subclasses of FloodSearchJob in net.i2p.router.networkdb.kademlia
(package private)  class FloodOnlySearchJob
          Uunused directly, replaced by IterativeSearchJob, but still extended by SingleSearchJob.
(package private)  class IterativeFollowupJob
          Ask a single peer for a single key.
(package private)  class IterativeSearchJob
          A traditional Kademlia search that continues to search when the initial lookup fails, by iteratively searching the closer-to-the-key peers returned by the query in a DSRM.
(package private)  class SingleSearchJob
          Ask a single peer for a single key.
 

Constructors in net.i2p.router.networkdb.kademlia with parameters of type FloodSearchJob
FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
           
FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)