net.i2p.router.networkdb.kademlia
Class ExploreKeySelectorJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.ExploreKeySelectorJob
- All Implemented Interfaces:
- Job
class ExploreKeySelectorJob
- extends JobImpl
Go through the kbuckets and generate random keys for routers in buckets not
yet full, attempting to keep a pool of keys we can explore with (at least one
per bucket)
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
ExploreKeySelectorJob
public ExploreKeySelectorJob(RouterContext context,
KademliaNetworkDatabaseFacade 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.