Class DirectLookupMatchJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
net.i2p.router.networkdb.kademlia.DirectLookupMatchJob
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
-
Method Summary
Modifier and TypeMethodDescriptiongetName()
Descriptive name of the taskvoid
setMessage
(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 Details
-
DirectLookupMatchJob
-
-
Method Details
-
getName
Description copied from interface:Job
Descriptive name of the task- Specified by:
getName
in interfaceJob
- Overrides:
getName
in classFloodOnlyLookupMatchJob
-
setMessage
Override to not call failed() in setMessage(), as it will be called from runJob()- Specified by:
setMessage
in interfaceReplyJob
- Overrides:
setMessage
in classFloodOnlyLookupMatchJob
-