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   
 

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.
 

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)
           
abstract  void AllocateResponse.setAllocatedContainers(List<Container> containers)
          Set the list of newly allocated Container by the ResourceManager.
 

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.