Package | Description |
---|---|
net.i2p.router.networkdb.kademlia |
The network database, including implementation of floodfills.
|
Modifier and Type | Class and 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.
|
(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.
|
Constructor and Description |
---|
FloodOnlyLookupMatchJob(RouterContext ctx,
FloodSearchJob job) |
FloodOnlyLookupTimeoutJob(RouterContext ctx,
FloodSearchJob job) |