public interface JobDirectoryManifestService
DirectoryManifest
for Genie jobs directories.
Implementations can have behaviors such as remotely fetching, or caching.Modifier and Type | Method and Description |
---|---|
DirectoryManifest |
getDirectoryManifest(java.nio.file.Path jobDirectoryPath)
Produces a
DirectoryManifest for the given job. |
DirectoryManifest getDirectoryManifest(java.nio.file.Path jobDirectoryPath) throws java.io.IOException
DirectoryManifest
for the given job.jobDirectoryPath
- the job idDirectoryManifest
java.io.IOException
- if the manifest cannot be created.