net.i2p.router.networkdb.kademlia
Class FloodOnlyLookupMatchJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodOnlyLookupMatchJob
- All Implemented Interfaces:
- Job, ReplyJob
class FloodOnlyLookupMatchJob
- extends JobImpl
- implements ReplyJob
FloodOnlyLookupMatchJob
public FloodOnlyLookupMatchJob(RouterContext ctx,
FloodSearchJob job)
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.
- Specified by:
runJob
in interface Job
getName
public String getName()
- Description copied from interface:
Job
- Descriptive name of the task
- Specified by:
getName
in interface Job
setMessage
public void setMessage(I2NPMessage message)
- Specified by:
setMessage
in interface ReplyJob