public class ContainerPreemptEvent extends AbstractEvent<ContainerPreemptEventType>
| Constructor and Description |
|---|
ContainerPreemptEvent(ApplicationAttemptId aid,
RMContainer container,
ContainerPreemptEventType type) |
| Modifier and Type | Method and Description |
|---|---|
ApplicationAttemptId |
getAppId() |
RMContainer |
getContainer() |
String |
toString() |
getTimestamp, getTypepublic ContainerPreemptEvent(ApplicationAttemptId aid, RMContainer container, ContainerPreemptEventType type)
public RMContainer getContainer()
public ApplicationAttemptId getAppId()
public String toString()
toString in interface Event<ContainerPreemptEventType>toString in class AbstractEvent<ContainerPreemptEventType>Copyright © 2013 Apache Software Foundation. All rights reserved.