Class JobSpecification.ExecutionResource
java.lang.Object
com.netflix.genie.common.internal.dtos.JobSpecification.ExecutionResource
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JobSpecification
Common representation of resources used for job execution e.g. a Cluster, Command, Application.
- Since:
- 4.0.0
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionExecutionResource
(String id, ExecutionEnvironment executionEnvironment) Constructor. -
Method Summary
-
Constructor Details
-
ExecutionResource
Constructor.- Parameters:
id
- The unique identifier of this execution resourceexecutionEnvironment
- The environment that should be setup for this resource
-