|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface RegisterApplicationMasterResponse
The response sent by the ResourceManager to a new
ApplicationMaster on registration.
The response contains critical details such as:
AMRMProtocol.registerApplicationMaster(RegisterApplicationMasterRequest)| Method Summary | |
|---|---|
Map<ApplicationAccessType,String> |
getApplicationACLs()
Get the ApplicationACLs for the application. |
Resource |
getMaximumResourceCapability()
Get the maximum capability for any Resource allocated by the
ResourceManager in the cluster. |
Resource |
getMinimumResourceCapability()
Get the minimum capability for any Resource allocated by the
ResourceManager in the cluster. |
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable Resource getMinimumResourceCapability()
Resource allocated by the
ResourceManager in the cluster.
@InterfaceAudience.Public @InterfaceStability.Stable Resource getMaximumResourceCapability()
Resource allocated by the
ResourceManager in the cluster.
@InterfaceAudience.Public @InterfaceStability.Stable Map<ApplicationAccessType,String> getApplicationACLs()
ApplicationACLs for the application.
ApplicationACLs
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||