Generated by
JDiff

Interface org.apache.hadoop.yarn.api.ContainerManagementProtocol

Added Methods
CommitResponse commitLastReInitialization(ContainerId) Commit the Last ReInitialization if possible.
IncreaseContainersResourceResponse increaseContainersResource(IncreaseContainersResourceRequest)

The API used by the ApplicationMaster to request for resource increase of running containers on the NodeManager.

ResourceLocalizationResponse localize(ResourceLocalizationRequest) Localize resources required by the container.
ReInitializeContainerResponse reInitializeContainer(ReInitializeContainerRequest) ReInitialize the Container with a new Launch Context.
RestartContainerResponse restartContainer(ContainerId) Restart the container.
RollbackResponse rollbackLastReInitialization(ContainerId) Rollback the Last ReInitialization if possible.
SignalContainerResponse signalToContainer(SignalContainerRequest)  
ContainerUpdateResponse updateContainer(ContainerUpdateRequest)

The API used by the ApplicationMaster to request for resource update of running containers on the NodeManager.

 

Changed Methods
GetContainerStatusesResponse getContainerStatuses(GetContainerStatusesRequest) Changed from abstract to non-abstract.

The API used by the ApplicationMaster to request for current statuses of Containers from the NodeManager.

StartContainersResponse startContainers(StartContainersRequest) Changed from abstract to non-abstract.

The ApplicationMaster provides a list of t a NodeManager to start allocate to it using this interface.

StopContainersResponse stopContainers(StopContainersRequest) Changed from abstract to non-abstract.

The ApplicationMaster requests a NodeManager to stop a list of allocate to it using this interface.