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
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()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
runJobMethods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, madeReady, requeue, toStringMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface net.i2p.router.Job
dropped, getAddedBy, getJobId, getTiming
-
Constructor Details
-
DirectLookupMatchJob
-
-
Method Details
-
getName
Description copied from interface:JobDescriptive name of the task- Specified by:
getNamein interfaceJob- Overrides:
getNamein classFloodOnlyLookupMatchJob
-
setMessage
Override to not call failed() in setMessage(), as it will be called from runJob()- Specified by:
setMessagein interfaceReplyJob- Overrides:
setMessagein classFloodOnlyLookupMatchJob
-