Uses of Interface
org.apache.hadoop.yarn.server.nodemanager.Context

Packages that use Context
org.apache.hadoop.yarn.server.nodemanager   
org.apache.hadoop.yarn.server.nodemanager.containermanager   
org.apache.hadoop.yarn.server.nodemanager.containermanager.application   
org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher   
org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation   
org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor   
org.apache.hadoop.yarn.server.nodemanager.webapp   
org.apache.hadoop.yarn.server.nodemanager.webapp.dao   
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager
 

Classes in org.apache.hadoop.yarn.server.nodemanager that implement Context
static class NodeManager.NMContext
           
 

Methods in org.apache.hadoop.yarn.server.nodemanager that return Context
 Context NodeManager.getNMContext()
           
 

Methods in org.apache.hadoop.yarn.server.nodemanager with parameters of type Context
protected  ContainerManagerImpl NodeManager.createContainerManager(Context context, ContainerExecutor exec, DeletionService del, NodeStatusUpdater nodeStatusUpdater, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler)
           
protected  NodeStatusUpdater NodeManager.createNodeStatusUpdater(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, NodeHealthCheckerService healthChecker)
           
protected  WebServer NodeManager.createWebServer(Context nmContext, ResourceView resourceView, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler)
           
 

Constructors in org.apache.hadoop.yarn.server.nodemanager with parameters of type Context
NodeStatusUpdaterImpl(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, NodeHealthCheckerService healthChecker, NodeManagerMetrics metrics)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.containermanager
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager that return Context
 Context ContainerManagerImpl.getContext()
           
 

Methods in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type Context
protected  ContainersLauncher ContainerManagerImpl.createContainersLauncher(Context context, ContainerExecutor exec)
           
protected  LogHandler ContainerManagerImpl.createLogHandler(org.apache.hadoop.conf.Configuration conf, Context context, DeletionService deletionService)
           
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type Context
ContainerManagerImpl(Context context, ContainerExecutor exec, DeletionService deletionContext, NodeStatusUpdater nodeStatusUpdater, NodeManagerMetrics metrics, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.containermanager.application
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.application with parameters of type Context
ApplicationImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, String user, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.Credentials credentials, Context context)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type Context
ContainerLaunch(Context context, org.apache.hadoop.conf.Configuration configuration, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, Application app, Container container, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager)
           
ContainersLauncher(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation with parameters of type Context
LogAggregationService(org.apache.hadoop.yarn.event.Dispatcher dispatcher, Context context, DeletionService deletionService, LocalDirsHandlerService dirsHandler)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.monitor with parameters of type Context
ContainersMonitorImpl(ContainerExecutor exec, org.apache.hadoop.yarn.event.AsyncDispatcher dispatcher, Context context)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.webapp
 

Methods in org.apache.hadoop.yarn.server.nodemanager.webapp with parameters of type Context
static List<File> ContainerLogsUtils.getContainerLogDirs(org.apache.hadoop.yarn.api.records.ContainerId containerId, String remoteUser, Context context)
          Finds the local directories that logs for the given container are stored on.
static File ContainerLogsUtils.getContainerLogFile(org.apache.hadoop.yarn.api.records.ContainerId containerId, String fileName, String remoteUser, Context context)
          Finds the log file with the given filename for the given container.
static FileInputStream ContainerLogsUtils.openLogFileForRead(String containerIdStr, File logFile, Context context)
           
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp with parameters of type Context
AllApplicationsPage.AllApplicationsBlock(Context nmContext)
           
AllContainersPage.AllContainersBlock(Context nmContext)
           
ApplicationPage.ApplicationBlock(Context nmContext, org.apache.hadoop.conf.Configuration conf)
           
ContainerLogsPage.ContainersLogsBlock(Context context)
           
ContainerPage.ContainerBlock(Context nmContext)
           
NMController(org.apache.hadoop.conf.Configuration nmConf, org.apache.hadoop.yarn.webapp.Controller.RequestContext requestContext, Context nmContext)
           
NMWebServices(Context nm, ResourceView view, org.apache.hadoop.yarn.webapp.WebApp webapp)
           
NodePage.NodeBlock(Context context, ResourceView resourceView)
           
WebServer(Context nmContext, ResourceView resourceView, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler)
           
 

Uses of Context in org.apache.hadoop.yarn.server.nodemanager.webapp.dao
 

Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp.dao with parameters of type Context
ContainerInfo(Context nmContext, Container container)
           
ContainerInfo(Context nmContext, Container container, String requestUri, String pathPrefix)
           
NodeInfo(Context context, ResourceView resourceView)
           
 



Copyright © 2014 Apache Software Foundation. All Rights Reserved.