net.i2p.router.networkdb.kademlia
Class FloodfillRouterInfoFloodJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodfillRouterInfoFloodJob
- All Implemented Interfaces:
- Job
class FloodfillRouterInfoFloodJob
- extends JobImpl
Job to flood nearby floodfill routers with our RI.
Speeds up integration of new ffs. Created for #1195.
Also called when opting out of ff to call off the hounds ASAP.
Currently floods FNDF.MAX_TO_FLOOD * 2 routers nearest to us.
- Since:
- 0.9.21
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
FloodfillRouterInfoFloodJob
public FloodfillRouterInfoFloodJob(RouterContext context,
FloodfillNetworkDatabaseFacade facade)
getName
public String getName()
- Description copied from interface:
Job
- Descriptive name of the task
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.