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


@InterfaceAudience.Public
@InterfaceStability.Stable
public interface StartContainerResponse

The response sent by the NodeManager to the ApplicationMaster when asked to start an allocated container.

See Also:
ContainerManager.startContainer(StartContainerRequest)

Method Summary
 void addAllServiceResponse(Map<String,ByteBuffer> serviceResponse)
           
 void clearServiceResponse()
           
 Map<String,ByteBuffer> getAllServiceResponse()
           
 ByteBuffer getServiceResponse(String key)
           
 void removeServiceResponse(String key)
           
 void setServiceResponse(String key, ByteBuffer value)
           
 

Method Detail

getAllServiceResponse

Map<String,ByteBuffer> getAllServiceResponse()

getServiceResponse

ByteBuffer getServiceResponse(String key)

addAllServiceResponse

void addAllServiceResponse(Map<String,ByteBuffer> serviceResponse)

setServiceResponse

void setServiceResponse(String key,
                        ByteBuffer value)

removeServiceResponse

void removeServiceResponse(String key)

clearServiceResponse

void clearServiceResponse()


Copyright © 2011 Apache Software Foundation. All Rights Reserved.