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.source| Constructor and Description |
|---|
ContainerLaunchRequestFailedEvent(Object source,
Container container)
Constructs event with the given
Container. |
| Modifier and Type | Method and Description |
|---|---|
Container |
getContainer()
Gets the container.
|
String |
toString() |
getTimestampgetSourcepublic Container getContainer()
public String toString()
toString in class EventObject