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

Packages that use ContainerId
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 ContainerId in org.apache.hadoop.yarn.api.protocolrecords
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return ContainerId
 ContainerId GetContainerStatusRequest.getContainerId()
          Get the ContainerId of container for which to obtain the ContainerStatus.
 ContainerId StopContainerRequest.getContainerId()
          Get the ContainerId of the container to be stopped.
 ContainerId AllocateRequest.getRelease(int index)
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords that return types with arguments of type ContainerId
 List<ContainerId> AllocateRequest.getReleaseList()
          Get the list of ContainerId of unused containers being released by the ApplicationMaster.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type ContainerId
 void AllocateRequest.addRelease(ContainerId container)
           
 void GetContainerStatusRequest.setContainerId(ContainerId containerId)
          Set the ContainerId of container for which to obtain the ContainerStatus
 void StopContainerRequest.setContainerId(ContainerId containerId)
          Set the ContainerId of the container to be stopped.
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords with type arguments of type ContainerId
 void AllocateRequest.addAllReleases(List<ContainerId> releaseContainers)
          Add the list of ContainerId of unused containers being released by the ApplicationMaster
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return ContainerId
 ContainerId GetContainerStatusRequestPBImpl.getContainerId()
           
 ContainerId StopContainerRequestPBImpl.getContainerId()
           
 ContainerId AllocateRequestPBImpl.getRelease(int index)
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb that return types with arguments of type ContainerId
 List<ContainerId> AllocateRequestPBImpl.getReleaseList()
           
 

Methods in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with parameters of type ContainerId
 void AllocateRequestPBImpl.addRelease(ContainerId release)
           
 void GetContainerStatusRequestPBImpl.setContainerId(ContainerId containerId)
           
 void StopContainerRequestPBImpl.setContainerId(ContainerId containerId)
           
 

Method parameters in org.apache.hadoop.yarn.api.protocolrecords.impl.pb with type arguments of type ContainerId
 void AllocateRequestPBImpl.addAllReleases(List<ContainerId> release)
           
 

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

Methods in org.apache.hadoop.yarn.api.records that return ContainerId
 ContainerId ContainerStatus.getContainerId()
          Get the ContainerId of the container.
 ContainerId ContainerLaunchContext.getContainerId()
          Get ContainerId of container to be launched.
 ContainerId Container.getId()
          Get the globally unique identifier for the container.
 

Methods in org.apache.hadoop.yarn.api.records with parameters of type ContainerId
 int ContainerId.compareTo(ContainerId other)
           
 void ContainerStatus.setContainerId(ContainerId containerId)
           
 void ContainerLaunchContext.setContainerId(ContainerId containerId)
          Set ContainerId of container to be launched.
 void Container.setId(ContainerId id)
           
 

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

Subclasses of ContainerId in org.apache.hadoop.yarn.api.records.impl.pb
 class ContainerIdPBImpl
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb that return ContainerId
 ContainerId ContainerLaunchContextPBImpl.getContainerId()
           
 ContainerId ContainerStatusPBImpl.getContainerId()
           
 ContainerId ContainerPBImpl.getId()
           
 

Methods in org.apache.hadoop.yarn.api.records.impl.pb with parameters of type ContainerId
 void ContainerLaunchContextPBImpl.setContainerId(ContainerId containerId)
           
 void ContainerStatusPBImpl.setContainerId(ContainerId containerId)
           
 void ContainerPBImpl.setId(ContainerId id)
           
 



Copyright © 2012 Apache Software Foundation. All Rights Reserved.