Java org.apache.hadoop.yarn.api ApplicationMasterProtocol fields, constructors, methods, implement or subclass

Example usage for Java org.apache.hadoop.yarn.api ApplicationMasterProtocol fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.apache.hadoop.yarn.api ApplicationMasterProtocol.

The text is from its open source code.

Method

AllocateResponseallocate(AllocateRequest request)

The main interface between an ApplicationMaster and the ResourceManager.

FinishApplicationMasterResponsefinishApplicationMaster(FinishApplicationMasterRequest request)

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

The ApplicationMaster has to provide details such as final state, diagnostics (in case of failures) etc.

RegisterApplicationMasterResponseregisterApplicationMaster(RegisterApplicationMasterRequest request)

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