net.i2p.router.networkdb.kademlia
Class FloodfillRouterInfoFloodJob

java.lang.Object
  extended by net.i2p.router.JobImpl
      extended by 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

Constructor Summary
FloodfillRouterInfoFloodJob(RouterContext context, FloodfillNetworkDatabaseFacade facade)
           
 
Method Summary
 String getName()
          Descriptive name of the task
 void runJob()
          Actually perform the task.
 
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FloodfillRouterInfoFloodJob

public FloodfillRouterInfoFloodJob(RouterContext context,
                                   FloodfillNetworkDatabaseFacade facade)
Method Detail

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.