Uses of Class
org.apache.hadoop.yarn.api.records.Container

Packages that use Container
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
org.apache.hadoop.yarn.client.api   
org.apache.hadoop.yarn.client.api.async   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type Container
abstract  List<Container> AllocateResponse.getAllocatedContainers()
          Get the list of newly allocated Container by the ResourceManager.
abstract  List<Container> RegisterApplicationMasterResponse.getContainersFromPreviousAttempts()
           Get the list of running containers as viewed by ResourceManager from previous application attempts.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type Container
static AllocateResponse AllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens)
           
static AllocateResponse AllocateResponse.newInstance(int responseId, List<ContainerStatus> completedContainers, List<Container> allocatedContainers, List<NodeReport> updatedNodes, Resource availResources, AMCommand command, int numClusterNodes, PreemptionMessage preempt, List<NMToken> nmTokens, List<org.apache.hadoop.yarn.api.records.ContainerResourceIncrease> increasedContainers, List<org.apache.hadoop.yarn.api.records.ContainerResourceDecrease> decreasedContainers)
           
static RegisterApplicationMasterResponse RegisterApplicationMasterResponse.newInstance(Resource minCapability, Resource maxCapability, Map<ApplicationAccessType,String> acls, ByteBuffer key, List<Container> containersFromPreviousAttempt, String queue, List<NMToken> nmTokensFromPreviousAttempts)
           
abstract  void AllocateResponse.setAllocatedContainers(List<Container> containers)
          Set the list of newly allocated Container by the ResourceManager.
abstract  void RegisterApplicationMasterResponse.setContainersFromPreviousAttempts(List<Container> containersFromPreviousAttempt)
          Set the list of running containers as viewed by ResourceManager from previous application attempts.
 

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

Methods in org.apache.hadoop.yarn.api.records that return Container
static Container Container.newInstance(ContainerId containerId, NodeId nodeId, String nodeHttpAddress, Resource resource, Priority priority, Token containerToken)
           
 

Uses of Container in org.apache.hadoop.yarn.client.api
 

Methods in org.apache.hadoop.yarn.client.api with parameters of type Container
abstract  Map<String,ByteBuffer> NMClient.startContainer(Container container, ContainerLaunchContext containerLaunchContext)
          Start an allocated container.
 

Uses of Container in org.apache.hadoop.yarn.client.api.async
 

Methods in org.apache.hadoop.yarn.client.api.async with parameters of type Container
abstract  void NMClientAsync.startContainerAsync(Container container, ContainerLaunchContext containerLaunchContext)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.