public class ContainerLaunchedEvent extends AbstractYarnEvent
Container
has been launched.Constructor and Description |
---|
ContainerLaunchedEvent(java.lang.Object source,
org.apache.hadoop.yarn.api.records.Container container)
Constructs event with the given
Container . |
Modifier and Type | Method and Description |
---|---|
org.apache.hadoop.yarn.api.records.Container |
getContainer()
Gets the container.
|
java.lang.String |
toString() |