Class HandleFloodfillDatabaseStoreMessageJob

  • All Implemented Interfaces:
    Job

    class HandleFloodfillDatabaseStoreMessageJob
    extends JobImpl
    Receive DatabaseStoreMessage data and store it in the local net db
    • Method Detail

      • runJob

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

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

        public void dropped()
        Description copied from interface: Job
        the router is extremely overloaded, so this job has been dropped. if for some reason the job *must* do some cleanup / requeueing of other tasks, it should do so here.
        Specified by:
        dropped in interface Job
        Overrides:
        dropped in class JobImpl