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

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

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

Methods in org.apache.hadoop.yarn.api.records that return types with arguments of type Container
 List<Container> AMResponse.getAllocatedContainers()
          Get the list of newly allocated Container by the ResourceManager.
 

Method parameters in org.apache.hadoop.yarn.api.records with type arguments of type Container
 void AMResponse.setAllocatedContainers(List<Container> containers)
          Set the list of newly allocated Container by the ResourceManager.
 

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

Classes in org.apache.hadoop.yarn.api.records.impl.pb that implement Container
 class ContainerPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return types with arguments of type Container
 List<Container> AMResponsePBImpl.getAllocatedContainers()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type Container
 int ContainerPBImpl.compareTo(Container other)
           
 

Method parameters in org.apache.hadoop.yarn.api.records.impl.pb with type arguments of type Container
 void AMResponsePBImpl.setAllocatedContainers(List<Container> containers)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.