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