Class FloodOnlyLookupTimeoutJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.FloodOnlyLookupTimeoutJob
-
-
Constructor Summary
Constructors Constructor Description FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)
-
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.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
FloodOnlyLookupTimeoutJob
public FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)
-
-