| Constructor and Description |
|---|
FloodfillVerifyStoreJob(RouterContext ctx,
Hash key,
Hash client,
long published,
int type,
Hash sentTo,
Set<Hash> toSkip,
FloodfillNetworkDatabaseFacade facade)Delay a few seconds, then start the verify |
| Modifier and Type | Method and Description |
|---|---|
String | getName()Descriptive name of the task |
void | runJob()Query a random floodfill for the leaseset or routerinfo
that we just stored to a (hopefully different) floodfill peer. |
dropped, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toStringpublic FloodfillVerifyStoreJob(RouterContext ctx, Hash key, Hash client, long published, int type, Hash sentTo, Set<Hash> toSkip, FloodfillNetworkDatabaseFacade facade)
ctx - the router contextkey - the keyclient - generally the same as key, unless encrypted LS2; non-nullpublished - getDate() for RI or LS1, getPublished() for LS2type - the database entry typesentTo - who to give the credit or blame to, can be nulltoSkip - don't query any of these peers, may be nullfacade - the floodfill network database facadepublic String getName()
Jobpublic void runJob()