Interface JobPermanentBlobService

    • Method Detail

      • registerJob

        void registerJob​(JobID jobId)
        Register the given job.
        Parameters:
        jobId - job id identifying the job to register
      • releaseJob

        void releaseJob​(JobID jobId)
        Release the given job. This makes the blobs stored for this job up for cleanup.
        Parameters:
        jobId - job id identifying the job to register