Interface JobPermanentBlobService

    • Method Detail

      • registerJob

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

        void releaseJob​(org.apache.flink.api.common.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