Class JobSpecification.ExecutionResource

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    JobSpecification

    public static class JobSpecification.ExecutionResource
    extends java.lang.Object
    implements java.io.Serializable
    Common representation of resources used for job execution e.g. a Cluster, Command, Application.
    Since:
    4.0.0
    See Also:
    Serialized Form
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ExecutionResource

        public ExecutionResource​(java.lang.String id,
                                 ExecutionEnvironment executionEnvironment)
        Constructor.
        Parameters:
        id - The unique identifier of this execution resource
        executionEnvironment - The environment that should be setup for this resource