net.i2p.router.networkdb.kademlia
Class FloodfillMonitorJob
java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.FloodfillMonitorJob
- All Implemented Interfaces:
- Job
class FloodfillMonitorJob
- extends JobImpl
Simple job to monitor the floodfill pool.
If we are class N or O, and meet some other criteria,
we will automatically become floodfill if there aren't enough.
But only change ff status every few hours to minimize ff churn.
Method Summary |
String |
getName()
Descriptive name of the task |
void |
runJob()
Actually perform the task. |
PROP_FLOODFILL_PARTICIPANT
static final String PROP_FLOODFILL_PARTICIPANT
- See Also:
- Constant Field Values
FloodfillMonitorJob
public FloodfillMonitorJob(RouterContext context,
FloodfillNetworkDatabaseFacade facade)
getName
public String getName()
- Description copied from interface:
Job
- Descriptive name of the task
runJob
public void runJob()
- Description copied from interface:
Job
- Actually perform the task. This call blocks until the Job is complete.