Uses of Interface
org.apache.hadoop.yarn.server.resourcemanager.rmapp.RMApp

Packages that use RMApp
org.apache.hadoop.yarn.server.resourcemanager   
org.apache.hadoop.yarn.server.resourcemanager.recovery   
org.apache.hadoop.yarn.server.resourcemanager.rmapp   
org.apache.hadoop.yarn.server.resourcemanager.webapp   
org.apache.hadoop.yarn.server.resourcemanager.webapp.dao   
 

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)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.