Class JobSpecification.ExecutionResource
- java.lang.Object
-
- com.netflix.genie.common.internal.dtos.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
-
-
Constructor Summary
Constructors Constructor Description ExecutionResource(java.lang.String id, ExecutionEnvironment executionEnvironment)
Constructor.
-
-
-
Constructor Detail
-
ExecutionResource
public ExecutionResource(java.lang.String id, ExecutionEnvironment executionEnvironment)
Constructor.- Parameters:
id
- The unique identifier of this execution resourceexecutionEnvironment
- The environment that should be setup for this resource
-
-