Modifier and Type | Method and Description |
---|---|
ConcurrentMap<ApplicationId,RMApp> |
RMContextImpl.getRMApps() |
ConcurrentMap<ApplicationId,RMApp> |
RMContext.getRMApps() |
Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
RMAppImpl |
Modifier and Type | Method and Description |
---|---|
protected Boolean |
RMWebServices.hasAccess(RMApp app,
javax.servlet.http.HttpServletRequest hsr) |
Constructor and Description |
---|
AppInfo(RMApp app,
Boolean hasAccess) |
AppInfo(RMApp app,
Boolean hasAccess,
String host) |
Copyright © 2013 Apache Software Foundation. All rights reserved.