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)
|
Modifier and Type | Method | Description |
---|---|---|
String |
getName() |
Descriptive name of the task
|
void |
runJob() |
Actually perform the task.
|
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
public FailedJob(RouterContext enclosingContext, RouterInfo peer)
public FailedJob(RouterContext enclosingContext, RouterInfo peer, boolean penalizePeer)