Class ExpireLeasesJob

java.lang.Object
net.i2p.router.JobImpl
net.i2p.router.networkdb.kademlia.ExpireLeasesJob
All Implemented Interfaces:
Job

class ExpireLeasesJob extends JobImpl
Periodically search through all leases to find expired ones, failing those keys and firing up a new search for each (in case we want it later, might as well preemptively fetch it)
  • Constructor Details

  • Method Details

    • 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.