Class ManifestSystemFile

  • All Implemented Interfaces:
    java.io.Serializable

    public class ManifestSystemFile
    extends ManifestFileRef
    The class that represents the files that were generated by the execution environment.
    Since:
    2.4
    See Also:
    Serialized Form
    • Constructor Detail

      • ManifestSystemFile

        public ManifestSystemFile​(ManifestFile manifestFile,
                                  EngineType type)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the manifest files that are returned by the API.
        Parameters:
        manifestFile - The file object that represents a system file for the job submission.
        type - The type of system that generated the file.