public class ContainerLaunchRequestFailedEvent extends AbstractYarnEvent
Container launch request has failed.
This event is not an indication that container somewhat failed what is
was supposed to do, instead failure indicates a failed request to
start a container.| Constructor and Description |
|---|
ContainerLaunchRequestFailedEvent(java.lang.Object source,
Container container)
Constructs event with the given
Container. |
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainer()
Gets the container.
|
java.lang.String |
toString() |
getTimestamppublic Container getContainer()
public java.lang.String toString()
toString in class java.util.EventObject