|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.StartExplorersJob
class StartExplorersJob
Fire off search jobs for random keys from the explore pool, up to MAX_PER_RUN at a time.
Constructor Summary | |
---|---|
StartExplorersJob(RouterContext context,
KademliaNetworkDatabaseFacade facade)
|
Method Summary | |
---|---|
java.lang.String |
getName()
Descriptive name of the task |
void |
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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public StartExplorersJob(RouterContext context, KademliaNetworkDatabaseFacade facade)
Method Detail |
---|
public java.lang.String getName()
Job
public void runJob()
Job
public void updateExploreSchedule()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |