public class SatisfyStateDataResource
extends java.lang.Object
| Constructor and Description |
|---|
SatisfyStateDataResource() |
SatisfyStateDataResource(org.springframework.yarn.am.grid.support.SatisfyStateData satisfyState) |
| Modifier and Type | Method and Description |
|---|---|
ContainerAllocateDataResource |
getAllocateData() |
java.util.Collection<GridMemberResource> |
getRemoveData() |
void |
setAllocateData(ContainerAllocateDataResource allocateData) |
void |
setRemoveData(java.util.Collection<GridMemberResource> removeData) |
public SatisfyStateDataResource()
public SatisfyStateDataResource(org.springframework.yarn.am.grid.support.SatisfyStateData satisfyState)
public void setAllocateData(ContainerAllocateDataResource allocateData)
public ContainerAllocateDataResource getAllocateData()
public void setRemoveData(java.util.Collection<GridMemberResource> removeData)
public java.util.Collection<GridMemberResource> getRemoveData()