Uses of Class
net.i2p.router.networkdb.kademlia.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) class
FloodOnlySearchJob
Uunused directly, replaced by IterativeSearchJob, but still extended by SingleSearchJob.(package private) class
IterativeFollowupJob
Ask a single peer for a single key.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 Constructor Description FloodOnlyLookupMatchJob(RouterContext ctx, FloodSearchJob job)
FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)