Job
class SingleLookupJob extends JobImpl
Modifier and Type | Field | Description |
---|---|---|
static int |
MAX_TO_FOLLOW |
I2NP spec allows 255, max actually sent (in ../HDLMJ) is 3,
so just to prevent trouble, we don't want to queue 255 jobs at once
|
Constructor | Description |
---|---|
SingleLookupJob(RouterContext ctx,
DatabaseSearchReplyMessage dsrm) |
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 static final int MAX_TO_FOLLOW
public SingleLookupJob(RouterContext ctx, DatabaseSearchReplyMessage dsrm)