public interface Container extends org.apache.hadoop.yarn.event.EventHandler<ContainerEvent>
| Modifier and Type | Method and Description |
|---|---|
org.apache.hadoop.yarn.api.records.ContainerStatus |
cloneAndGetContainerStatus() |
org.apache.hadoop.yarn.api.records.ContainerId |
getContainerID() |
ContainerState |
getContainerState() |
org.apache.hadoop.security.Credentials |
getCredentials() |
org.apache.hadoop.yarn.api.records.ContainerLaunchContext |
getLaunchContext() |
Map<org.apache.hadoop.fs.Path,List<String>> |
getLocalizedResources() |
String |
getUser() |
String |
toString() |
org.apache.hadoop.yarn.api.records.ContainerId getContainerID()
String getUser()
ContainerState getContainerState()
org.apache.hadoop.yarn.api.records.ContainerLaunchContext getLaunchContext()
org.apache.hadoop.security.Credentials getCredentials()
org.apache.hadoop.yarn.api.records.ContainerStatus cloneAndGetContainerStatus()
Copyright © 2013 Apache Software Foundation. All Rights Reserved.