public class Container
extends java.lang.Object
Constructor and Description |
---|
Container(int containerId,
Resource containerMaximumResourceValue,
int requestedContainerPadding) |
Modifier and Type | Method and Description |
---|---|
int |
getContainerId() |
Resource |
getResource() |
java.util.HashSet<TaskInstancePlan> |
getTaskInstances() |
void |
setContainerId(int containerId) |
void |
setResource(Resource resource) |
java.lang.String |
toString() |
public Container(int containerId, Resource containerMaximumResourceValue, int requestedContainerPadding)
public int getContainerId()
public void setContainerId(int containerId)
public java.util.HashSet<TaskInstancePlan> getTaskInstances()
public Resource getResource()
public void setResource(Resource resource)
public java.lang.String toString()
toString
in class java.lang.Object