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)
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.