Class DirectLookupMatchJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
-
- net.i2p.router.networkdb.kademlia.DirectLookupMatchJob
-
class DirectLookupMatchJob extends FloodOnlyLookupMatchJob
Override to not call failed() in setMessage(), as it will be called from runJob()- Since:
- 0.9.56
-
-
Field Summary
-
Fields inherited from class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
_log, _search, _success
-
-
Constructor Summary
Constructors Constructor Description DirectLookupMatchJob(RouterContext ctx, FloodSearchJob job)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetName()Descriptive name of the taskvoidsetMessage(I2NPMessage message)Override to not call failed() in setMessage(), as it will be called from runJob()-
Methods inherited from class net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
runJob
-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toString
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.i2p.router.Job
dropped, getAddedBy, getJobId, getTiming
-
-
-
-
Constructor Detail
-
DirectLookupMatchJob
public DirectLookupMatchJob(RouterContext ctx, FloodSearchJob job)
-
-
Method Detail
-
getName
public String getName()
Description copied from interface:JobDescriptive name of the task- Specified by:
getNamein interfaceJob- Overrides:
getNamein classFloodOnlyLookupMatchJob
-
setMessage
public void setMessage(I2NPMessage message)
Override to not call failed() in setMessage(), as it will be called from runJob()- Specified by:
setMessagein interfaceReplyJob- Overrides:
setMessagein classFloodOnlyLookupMatchJob
-
-