class FloodOnlyLookupTimeoutJob extends JobImpl
Triggers search failure when the overall search timeout expires. Used by FloodOnlySearchJob to enforce total time limits and ensure searches don't run indefinitely without resolution.
This complements the per-peer timeout mechanisms by providing a search-wide timeout boundary.
| Constructor and Description |
|---|
FloodOnlyLookupTimeoutJob(RouterContext ctx,
FloodSearchJob job)FloodOnlyLookupTimeoutJob. |
| Modifier and Type | Method and Description |
|---|---|
String | getName()Name of this job. |
void | runJob()Fail the search job when the lookup times out. |
dropped, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toStringpublic FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)
public String getName()
public void runJob()