Job
class SingleLookupJob extends JobImpl
修飾子とタイプ | フィールド | 説明 |
---|---|---|
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
|
コンストラクタ | 説明 |
---|---|
SingleLookupJob(RouterContext ctx,
DatabaseSearchReplyMessage dsrm) |
修飾子とタイプ | メソッド | 説明 |
---|---|---|
java.lang.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)