Uses of Interface
org.apache.hadoop.yarn.api.records.ContainerLaunchContext

Packages that use ContainerLaunchContext
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.protocolrecords.impl.pb   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.api.records.impl.pb   
 

Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerLaunchContext
 ContainerLaunchContext StartContainerRequest.getContainerLaunchContext()
          Get the ContainerLaunchContext for the container to be started by the NodeManager.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerLaunchContext
 void StartContainerRequest.setContainerLaunchContext(ContainerLaunchContext context)
          Set the ContainerLaunchContext for the container to be started by the NodeManager
 

Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.protocolrecords.impl.pb
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return ContainerLaunchContext
 ContainerLaunchContext StartContainerRequestPBImpl.getContainerLaunchContext()
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type ContainerLaunchContext
 void StartContainerRequestPBImpl.setContainerLaunchContext(ContainerLaunchContext containerLaunchContext)
           
 

Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.records
 

Methods in org.apache.hadoop.yarn.api.records that return ContainerLaunchContext
 ContainerLaunchContext ApplicationSubmissionContext.getAMContainerSpec()
          Get the ContainerLaunchContext to describe the Container with which the ApplicationMaster is launched.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerLaunchContext
 void ApplicationSubmissionContext.setAMContainerSpec(ContainerLaunchContext amContainer)
          Set the ContainerLaunchContext to describe the Container with which the ApplicationMaster is launched.
 

Uses of ContainerLaunchContext in org.apache.hadoop.yarn.api.records.impl.pb
 

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement ContainerLaunchContext
 class ContainerLaunchContextPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return ContainerLaunchContext
 ContainerLaunchContext ApplicationSubmissionContextPBImpl.getAMContainerSpec()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type ContainerLaunchContext
 void ApplicationSubmissionContextPBImpl.setAMContainerSpec(ContainerLaunchContext amContainer)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.