Class ExploreKeySelectorJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.ExploreKeySelectorJob
-
- All Implemented Interfaces:
Job
@Deprecated class ExploreKeySelectorJob extends JobImpl
Deprecated.unused, see comments in KNDFGo 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)
-
-
Constructor Summary
Constructors Constructor Description ExploreKeySelectorJob(RouterContext context, KademliaNetworkDatabaseFacade facade)
Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description String
getName()
Deprecated.Descriptive name of the taskvoid
runJob()
Deprecated.Actually perform the task.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
ExploreKeySelectorJob
public ExploreKeySelectorJob(RouterContext context, KademliaNetworkDatabaseFacade facade)
Deprecated.
-
-