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.ahs   
org.apache.hadoop.yarn.server.resourcemanager.metrics   
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.ahs
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.ahs with parameters of type RMApp
 void RMApplicationHistoryWriter.applicationFinished(RMApp app, RMAppState finalState)
           
 void RMApplicationHistoryWriter.applicationStarted(RMApp app)
           
 

Uses of RMApp in org.apache.hadoop.yarn.server.resourcemanager.metrics
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.metrics with parameters of type RMApp
 void SystemMetricsPublisher.appACLsUpdated(RMApp app, String appViewACLs, long updatedTime)
           
 void SystemMetricsPublisher.appAttemptFinished(RMAppAttempt appAttempt, RMAppAttemptState appAttemtpState, RMApp app, long finishedTime)
           
 void SystemMetricsPublisher.appCreated(RMApp app, long createdTime)
           
 void SystemMetricsPublisher.appFinished(RMApp app, RMAppState state, long finishedTime)
           
 

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.storeNewApplication(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
           
 

Methods in org.apache.hadoop.yarn.server.resourcemanager.rmapp with parameters of type RMApp
static boolean RMAppImpl.isAppInFinalState(RMApp rmApp)
           
 

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)
           
protected  javax.ws.rs.core.Response RMWebServices.killApp(RMApp app, org.apache.hadoop.security.UserGroupInformation callerUGI, 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, String schemePrefix)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.