Class ExploreKeySelectorJob

  • All Implemented Interfaces:
    Job

    @Deprecated
    class ExploreKeySelectorJob
    extends JobImpl
    Deprecated.
    unused, see comments in KNDF
    Go through the kbuckets and generate random keys for routers in buckets not yet full, attempting to keep a pool of keys we can explore with (at least one per bucket)
    • Method Detail

      • getName

        public String getName()
        Deprecated.
        Description copied from interface: Job
        Descriptive name of the task
      • runJob

        public void runJob()
        Deprecated.
        Description copied from interface: Job
        Actually perform the task. This call blocks until the Job is complete.