Class ManifestProgram

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ManifestProgram
    extends ManifestFileRef
    The client representation of a program file that is in a job manifest file.
    See Also:
    Serialized Form
    • Constructor Detail

      • ManifestProgram

        public ManifestProgram​(ManifestFile manifestFile,
                               ManifestProgram.ExecutionStatus executionStatus,
                               java.lang.Long executionTime,
                               java.lang.String executionStatusMessage)
        It is not intended or recommended that the consumer of this API construct these objects. They should only deal with the manifest files returned by the API.
        Parameters:
        manifestFile - The file object that represents a program from the job submission.
        executionStatus - The execution status of the program.
        executionTime - The total execution time (in ms) for the program.
        executionStatusMessage - The detailed message about the execution status.
    • Method Detail

      • getExecutionStatusMessage

        public java.lang.String getExecutionStatusMessage()
        Gets the detailed message about the execution status.
        Returns:
        The detailed message.
      • getExecutionTime

        public java.lang.Long getExecutionTime()
        Gets the total execution time (in ms) for the program.
        Returns:
        The total execution time (in ms).