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

Packages that use AMCommand
org.apache.hadoop.yarn.api.protocolrecords   
org.apache.hadoop.yarn.api.records   
 

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

Methods in org.apache.hadoop.yarn.api.protocolrecords that return AMCommand
abstract  AMCommand AllocateResponse.getAMCommand()
          If the ResourceManager needs the ApplicationMaster to take some action then it will send an AMCommand to the ApplicationMaster.
 

Methods in org.apache.hadoop.yarn.api.protocolrecords with parameters of type AMCommand
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)
           
abstract  void AllocateResponse.setAMCommand(AMCommand command)
           
 

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

Methods in org.apache.hadoop.yarn.api.records that return AMCommand
static AMCommand AMCommand.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static AMCommand[] AMCommand.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.