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

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

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

Subclasses of FloodSearchJob in net.i2p.router.networkdb.kademlia
(package private)  class FloodOnlySearchJob
          Try sending a search to some floodfill peers, failing completely if we don't get a match from one of those peers, with no fallback to the kademlia search
 

Constructors in net.i2p.router.networkdb.kademlia with parameters of type FloodSearchJob
FloodLookupMatchJob(RouterContext ctx, FloodSearchJob job)
           
FloodLookupSelector(RouterContext ctx, FloodSearchJob search)
           
FloodLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)