Uses of Class
net.i2p.router.networkdb.kademlia.FloodSearchJob
-
Packages that use FloodSearchJob Package Description 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 Modifier and Type Class Description (package private) classFloodOnlySearchJobUunused directly, replaced by IterativeSearchJob, but still extended by SingleSearchJob.(package private) classIterativeFollowupJobAsk a single peer for a single key.classIterativeSearchJobA 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) classSingleSearchJobAsk a single peer for a single key.Constructors in net.i2p.router.networkdb.kademlia with parameters of type FloodSearchJob Constructor Description FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)
-