Generated by
JDiff

Interface org.apache.hadoop.yarn.api.ApplicationMasterProtocol

Changed Methods
AllocateResponse allocate(AllocateRequest) Changed from abstract to non-abstract.

The main interface between an ApplicationMaster and the ResourceManager.

FinishApplicationMasterResponse finishApplicationMaster(FinishApplicationMasterRequest) Changed from abstract to non-abstract.

The interface used by an ApplicationMaster to notify the ResourceManager about its completion (success or failed).

RegisterApplicationMasterResponse registerApplicationMaster(RegisterApplicationMasterRequest) Changed from abstract to non-abstract.

The interface used by a new ApplicationMaster to register with the ResourceManager.