public interface JobPermanentBlobService extends PermanentBlobService
PermanentBlobService extension that gives access to register and release job artifacts.| Modifier and Type | Method and Description |
|---|---|
void |
registerJob(org.apache.flink.api.common.JobID jobId)
Register the given job.
|
void |
releaseJob(org.apache.flink.api.common.JobID jobId)
Release the given job.
|
getFile, readFilevoid registerJob(org.apache.flink.api.common.JobID jobId)
jobId - job id identifying the job to registervoid releaseJob(org.apache.flink.api.common.JobID jobId)
jobId - job id identifying the job to registerCopyright © 2014–2023 The Apache Software Foundation. All rights reserved.