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 Exception (a semi-exception, since we still fail completely without fallback): If we don't know any floodfill peers, we ask a couple of peers at random, who will hopefully reply with some floodfill keys.
(package private)  class SingleSearchJob
          Ask a single peer for a single key.