Class SearchJob.FailedJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.SearchJob.FailedJob
-
-
Constructor Summary
Constructors Constructor Description FailedJob(RouterContext enclosingContext, RouterInfo peer)
FailedJob(RouterContext enclosingContext, RouterInfo peer, boolean penalizePeer)
Allow the choice as to whether failed searches should count against the peer (such as if we search for a random key)
-
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
-
FailedJob
public FailedJob(RouterContext enclosingContext, RouterInfo peer)
-
FailedJob
public FailedJob(RouterContext enclosingContext, RouterInfo peer, boolean penalizePeer)
Allow the choice as to whether failed searches should count against the peer (such as if we search for a random key)
-
-