public interface ContainerAware
Container
s and ContainerStatus
s.Modifier and Type | Method and Description |
---|---|
void |
onContainer(java.util.List<org.apache.hadoop.yarn.api.records.Container> containers)
Called when we potentially have new information
about a
Container s. |
void |
onContainerStatus(java.util.List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses)
Called when we potentially have new information
about a
ContainerStatus s. |
void onContainer(java.util.List<org.apache.hadoop.yarn.api.records.Container> containers)
Container
s.containers
- the containersvoid onContainerStatus(java.util.List<org.apache.hadoop.yarn.api.records.ContainerStatus> containerStatuses)
ContainerStatus
s.containerStatuses
- the container statuses