public interface AMContainer extends org.apache.hadoop.yarn.event.EventHandler<AMContainerEvent>
| Modifier and Type | Method and Description |
|---|---|
List<org.apache.tez.dag.records.TezTaskAttemptID> |
getAllTaskAttempts() |
org.apache.hadoop.yarn.api.records.Container |
getContainer() |
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerId() |
int |
getContainerLauncherIdentifier() |
org.apache.tez.dag.records.TezTaskAttemptID |
getCurrentTaskAttempt() |
long |
getCurrentTaskAttemptAllocationTime() |
AMContainerState |
getState() |
int |
getTaskCommunicatorIdentifier() |
int |
getTaskSchedulerIdentifier() |
boolean |
isInErrorState() |
AMContainerState getState()
org.apache.hadoop.yarn.api.records.ContainerId getContainerId()
org.apache.hadoop.yarn.api.records.Container getContainer()
List<org.apache.tez.dag.records.TezTaskAttemptID> getAllTaskAttempts()
org.apache.tez.dag.records.TezTaskAttemptID getCurrentTaskAttempt()
long getCurrentTaskAttemptAllocationTime()
int getTaskSchedulerIdentifier()
int getContainerLauncherIdentifier()
int getTaskCommunicatorIdentifier()
boolean isInErrorState()
Copyright © 2019 Apache Software Foundation. All rights reserved.