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.
-
Field Summary
Fields Modifier and Type Field Description (package private) static String
PROP_FLOODFILL_PARTICIPANT
-
Constructor Summary
Constructors Constructor Description FloodfillMonitorJob(RouterContext context, FloodfillNetworkDatabaseFacade facade)
-
Method Summary
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString