|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager that return types with arguments of type RMApp | |
|---|---|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,RMApp> |
RMContextImpl.getRMApps()
|
ConcurrentMap<org.apache.hadoop.yarn.api.records.ApplicationId,RMApp> |
RMContext.getRMApps()
|
| Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager.recovery |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.recovery with parameters of type RMApp | |
|---|---|
void |
RMStateStore.removeApplication(RMApp app)
Non-blocking API ResourceManager services call this to remove an application from the state store This does not block the dispatcher threads There is no notification of completion for this operation. |
void |
RMStateStore.storeApplication(RMApp app)
Non-Blocking API ResourceManager services use this to store the application's state This does not block the dispatcher threads RMAppStoredEvent will be sent on completion to notify the RMApp |
| Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager.rmapp |
|---|
| Classes in org.apache.hadoop.yarn.server.resourcemanager.rmapp that implement RMApp | |
|---|---|
class |
RMAppImpl
|
| Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager.webapp |
|---|
| Methods in org.apache.hadoop.yarn.server.resourcemanager.webapp with parameters of type RMApp | |
|---|---|
protected Boolean |
RMWebServices.hasAccess(RMApp app,
javax.servlet.http.HttpServletRequest hsr)
|
| Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao |
|---|
| Constructors in org.apache.hadoop.yarn.server.resourcemanager.webapp.dao with parameters of type RMApp | |
|---|---|
AppInfo(RMApp app,
Boolean hasAccess)
|
|
AppInfo(RMApp app,
Boolean hasAccess,
String host)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||