Class FloodfillVerifyStoreJob
- java.lang.Object
-
- net.i2p.router.JobImpl
-
- net.i2p.router.networkdb.kademlia.FloodfillVerifyStoreJob
-
-
Constructor Summary
Constructors Constructor Description FloodfillVerifyStoreJob(RouterContext ctx, Hash key, Hash client, long published, int type, Hash sentTo, FloodfillNetworkDatabaseFacade facade)
Delay a few seconds, then start the verify
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getName()
Descriptive name of the taskvoid
runJob()
Query a random floodfill for the leaseset or routerinfo that we just stored to a (hopefully different) floodfill peer.-
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
-
-
-
-
Constructor Detail
-
FloodfillVerifyStoreJob
public FloodfillVerifyStoreJob(RouterContext ctx, Hash key, Hash client, long published, int type, Hash sentTo, FloodfillNetworkDatabaseFacade facade)
Delay a few seconds, then start the verify- Parameters:
client
- generally the same as key, unless encrypted LS2; non-nullpublished
- getDate() for RI or LS1, getPublished() for LS2sentTo
- who to give the credit or blame to, can be null
-
-