org.apache.hadoop.yarn.server.nodemanager.containermanager.container
Interface Container

All Superinterfaces:
org.apache.hadoop.yarn.event.EventHandler<ContainerEvent>
All Known Implementing Classes:
ContainerImpl

public interface Container
extends org.apache.hadoop.yarn.event.EventHandler<ContainerEvent>


Method Summary
 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()
           
 
Methods inherited from interface org.apache.hadoop.yarn.event.EventHandler
handle
 

Method Detail

getContainerID

org.apache.hadoop.yarn.api.records.ContainerId getContainerID()

getUser

String getUser()

getContainerState

ContainerState getContainerState()

getLaunchContext

org.apache.hadoop.yarn.api.records.ContainerLaunchContext getLaunchContext()

getCredentials

org.apache.hadoop.security.Credentials getCredentials()

getLocalizedResources

Map<org.apache.hadoop.fs.Path,List<String>> getLocalizedResources()

cloneAndGetContainerStatus

org.apache.hadoop.yarn.api.records.ContainerStatus cloneAndGetContainerStatus()

toString

String toString()
Overrides:
toString in class Object


Copyright © 2013 Apache Software Foundation. All Rights Reserved.