Class Runtime

java.lang.Object
com.netflix.genie.common.dto.Runtime
All Implemented Interfaces:
Serializable

public class Runtime extends Object implements Serializable
DTO for metadata related to the runtime environment of a given job.
Since:
4.3.0
See Also:
  • Method Details

    • getResources

      public RuntimeResources getResources()
      Get the compute resources for this runtime.
      Returns:
      The resources
    • getImages

      public Map<String,ContainerImage> getImages()
      The container images defined.
      Returns:
      The images that were defined as an immutable map. Any attempt to modify will throw exception.
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object