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) |
| Modifier and Type | Method and Description |
|---|---|
String |
getName()
Descriptive name of the task
|
void |
runJob()
Actually perform the task.
|
dropped, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toStringpublic FloodOnlyLookupTimeoutJob(RouterContext ctx, FloodSearchJob job)