class ContactDrivenRefreshJob extends JobImpl
| Constructor and Description |
|---|
ContactDrivenRefreshJob(RouterContext ctx,
FloodfillNetworkDatabaseFacade facade)Creates a new ContactDrivenRefreshJob |
| Modifier and Type | Method and Description |
|---|---|
String | getName()Descriptive name of the task |
(package private) void | heardFrom(Hash peer)Called when we hear from or about a peer. |
void | runJob()Actually perform the task. |
dropped, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toStringContactDrivenRefreshJob(RouterContext ctx, FloodfillNetworkDatabaseFacade facade)
ctx - the router contextfacade - the floodfill network database facadepublic String getName()
Jobvoid heardFrom(Hash peer)
peer - the peer hashpublic void runJob()
Job