org.apache.hadoop.yarn.api.protocolrecords
Interface AllocateResponse


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface AllocateResponse

The response sent by the ResourceManager the ApplicationMaster during resource negotiation.

The response, via AMResponse, includes:

See Also:
AMRMProtocol.allocate(AllocateRequest)

Method Summary
 AMResponse getAMResponse()
          Get the AMResponse sent by the ResourceManager.
 

Method Detail

getAMResponse

@InterfaceAudience.Public
@InterfaceStability.Stable
AMResponse getAMResponse()
Get the AMResponse sent by the ResourceManager.

Returns:
AMResponse sent by the ResourceManager


Copyright © 2011 Apache Software Foundation. All Rights Reserved.