Class StoreJob

  • All Implemented Interfaces:
    Job
    Direct Known Subclasses:
    FloodfillStoreJob

    class StoreJob
    extends JobImpl
    Stores through this always request a reply. Unused directly - see FloodfillStoreJob
    • Method Detail

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

        protected int getParallelization()
        overridden in FSJ
      • getRedundancy

        protected int getRedundancy()
        overridden in FSJ
      • shouldStoreTo

        static boolean shouldStoreTo​(RouterInfo ri)
        Is it too old?
        Since:
        0.9.33
      • succeed

        protected void succeed()
        Send was totally successful
      • fail

        protected void fail()
        Send totally failed