Class StartExplorersJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.StartExplorersJob
-
-
Constructor Summary
Constructors Constructor Description StartExplorersJob(RouterContext context, KademliaNetworkDatabaseFacade facade)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Descriptive name of the taskvoid
runJob()
Actually perform the task.void
updateExploreSchedule()
the exploration has found some new peers - update the schedule so that we'll explore appropriately.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
StartExplorersJob
public StartExplorersJob(RouterContext context, KademliaNetworkDatabaseFacade facade)
-
-
Method Detail
-
runJob
public void runJob()
Description copied from interface:Job
Actually perform the task. This call blocks until the Job is complete.
-
updateExploreSchedule
public void updateExploreSchedule()
the exploration has found some new peers - update the schedule so that we'll explore appropriately.
-
-