|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ContainerAware
Interface for container monitoring components wanting
to be aware of Container
s and ContainerStatus
s.
Method Summary | |
---|---|
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. |
Method Detail |
---|
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
|
Spring for Apache Hadoop | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |