Package com.netflix.genie.common.dto
Class Runtime
java.lang.Object
com.netflix.genie.common.dto.Runtime
- All Implemented Interfaces:
Serializable
DTO for metadata related to the runtime environment of a given job.
- Since:
- 4.3.0
- See Also:
-
Method Details
-
getResources
Get the compute resources for this runtime.- Returns:
- The resources
-
getImages
The container images defined.- Returns:
- The images that were defined as an immutable map. Any attempt to modify will throw exception.
-
equals
-
hashCode
public int hashCode() -
toString
-