|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@InterfaceAudience.Public @InterfaceStability.Stable public interface GetNewApplicationResponse
The response sent by the ResourceManager to the client for
a request to get a new ApplicationId for submitting applications.
ClientRMProtocol.getNewApplication(GetNewApplicationRequest)| Method Summary | |
|---|---|
ApplicationId |
getApplicationId()
Get the new ApplicationId allocated by the
ResourceManager. |
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. |
void |
setApplicationId(ApplicationId applicationId)
|
void |
setMaximumResourceCapability(Resource capability)
|
void |
setMinimumResourceCapability(Resource capability)
|
| Method Detail |
|---|
@InterfaceAudience.Public @InterfaceStability.Stable ApplicationId getApplicationId()
ApplicationId allocated by the
ResourceManager.
ApplicationId allocated by the
ResourceManager@InterfaceAudience.Private @InterfaceStability.Unstable void setApplicationId(ApplicationId applicationId)
@InterfaceAudience.Public @InterfaceStability.Stable Resource getMinimumResourceCapability()
Resource allocated by the
ResourceManager in the cluster.
@InterfaceAudience.Private @InterfaceStability.Unstable void setMinimumResourceCapability(Resource capability)
@InterfaceAudience.Public @InterfaceStability.Stable Resource getMaximumResourceCapability()
Resource allocated by the
ResourceManager in the cluster.
@InterfaceAudience.Private @InterfaceStability.Unstable void setMaximumResourceCapability(Resource capability)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||