java.lang.Object
org.opencastproject.adopter.registration.dto.Host

public class Host extends Object
DTO that contains information about a host machine of an adopter. It's a simplified version of the HostRegistration class HostRegistration.
  • Constructor Details

  • Method Details

    • getCores

      public int getCores()
    • setCores

      public void setCores(int cores)
    • getMaxLoad

      public float getMaxLoad()
    • setMaxLoad

      public void setMaxLoad(float maxLoad)
    • getMemory

      public long getMemory()
    • setMemory

      public void setMemory(long memory)
    • getHostname

      public String getHostname()
    • setHostname

      public void setHostname(String hostname)
    • getServices

      public String getServices()
    • setServices

      public void setServices(String services)