net.i2p.router.peermanager
Class EvaluateProfilesJob

java.lang.Object
  extended bynet.i2p.router.JobImpl
      extended bynet.i2p.router.peermanager.EvaluateProfilesJob
All Implemented Interfaces:
Job

class EvaluateProfilesJob
extends JobImpl

Run across all of the profiles, coallescing the stats and reorganizing them into appropriate groups. The stat coalesce must be run at least once a minute, so if the group reorg wants to get changed, this may want to be split into two jobs.


Constructor Summary
EvaluateProfilesJob(RouterContext ctx)
           
 
Method Summary
 java.lang.String getName()
          Descriptive name of the task
 void runJob()
          Actually perform the task.
 
Methods inherited from class net.i2p.router.JobImpl
dropped, getAddedBy, getContext, getJobId, getMadeReadyOn, getTiming, madeReady, requeue, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EvaluateProfilesJob

public EvaluateProfilesJob(RouterContext ctx)
Method Detail

getName

public java.lang.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.