Uses of Class
org.apache.hadoop.yarn.server.nodemanager.LocalDirsHandlerService
Packages that use LocalDirsHandlerService
Package
Description
This package contains classes related to NM container launch.
-
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager
Methods in org.apache.hadoop.yarn.server.nodemanager that return LocalDirsHandlerServiceModifier and TypeMethodDescriptionContext.getLocalDirsHandler()NodeManager.NMContext.getLocalDirsHandler()Methods in org.apache.hadoop.yarn.server.nodemanager with parameters of type LocalDirsHandlerServiceModifier and TypeMethodDescriptionprotected ContainerManagerImplNodeManager.createContainerManager(Context context, ContainerExecutor exec, DeletionService del, NodeStatusUpdater nodeStatusUpdater, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler) protected WebServerNodeManager.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 LocalDirsHandlerServiceModifierConstructorDescriptionNMContext(NMContainerTokenSecretManager containerTokenSecretManager, NMTokenSecretManagerInNM nmTokenSecretManager, LocalDirsHandlerService dirsHandler, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, NMStateStoreService stateStore, boolean isDistSchedulingEnabled, org.apache.hadoop.conf.Configuration conf) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.containermanager
Fields in org.apache.hadoop.yarn.server.nodemanager.containermanager declared as LocalDirsHandlerServiceModifier and TypeFieldDescriptionprotected LocalDirsHandlerServiceContainerManagerImpl.dirsHandlerConstructors in org.apache.hadoop.yarn.server.nodemanager.containermanager with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionContainerManagerImpl(Context context, ContainerExecutor exec, DeletionService deletionContext, NodeStatusUpdater nodeStatusUpdater, NodeManagerMetrics metrics, LocalDirsHandlerService dirsHandler) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher
Fields in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher declared as LocalDirsHandlerServiceModifier and TypeFieldDescriptionprotected final LocalDirsHandlerServiceContainerLaunch.dirsHandlerMethods in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type LocalDirsHandlerServiceModifier and TypeMethodDescriptionvoidAbstractContainersLauncher.init(Context context, org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, LocalDirsHandlerService dirsHandler, ContainerManagerImpl containerManager) voidContainersLauncher.init(Context nmContext, org.apache.hadoop.yarn.event.Dispatcher nmDispatcher, ContainerExecutor containerExec, LocalDirsHandlerService nmDirsHandler, ContainerManagerImpl nmContainerManager) Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.launcher with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionContainerLaunch(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) ContainerRelaunch(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) RecoveredContainerLaunch(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) RecoverPausedContainerLaunch(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) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.localizer with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionResourceLocalizationService(org.apache.hadoop.yarn.event.Dispatcher dispatcher, ContainerExecutor exec, DeletionService delService, LocalDirsHandlerService dirsHandler, Context context, NodeManagerMetrics metrics) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.logaggregation with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionAppLogAggregatorImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, DeletionService deletionService, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.UserGroupInformation userUgi, org.apache.hadoop.yarn.api.records.NodeId nodeId, LocalDirsHandlerService dirsHandler, org.apache.hadoop.fs.Path remoteNodeLogFileForApp, Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType, String> appAcls, org.apache.hadoop.yarn.api.records.LogAggregationContext logAggregationContext, Context context, org.apache.hadoop.fs.FileContext lfs, long rollingMonitorInterval) AppLogAggregatorImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, DeletionService deletionService, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.UserGroupInformation userUgi, org.apache.hadoop.yarn.api.records.NodeId nodeId, LocalDirsHandlerService dirsHandler, org.apache.hadoop.fs.Path remoteNodeLogFileForApp, Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType, String> appAcls, org.apache.hadoop.yarn.api.records.LogAggregationContext logAggregationContext, Context context, org.apache.hadoop.fs.FileContext lfs, long rollingMonitorInterval, long recoveredLogInitedTime) AppLogAggregatorImpl(org.apache.hadoop.yarn.event.Dispatcher dispatcher, DeletionService deletionService, org.apache.hadoop.conf.Configuration conf, org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.security.UserGroupInformation userUgi, org.apache.hadoop.yarn.api.records.NodeId nodeId, LocalDirsHandlerService dirsHandler, org.apache.hadoop.fs.Path remoteNodeLogFileForApp, Map<org.apache.hadoop.yarn.api.records.ApplicationAccessType, String> appAcls, org.apache.hadoop.yarn.api.records.LogAggregationContext logAggregationContext, Context context, org.apache.hadoop.fs.FileContext lfs, long rollingMonitorInterval, long recoveredLogInitedTime, org.apache.hadoop.yarn.logaggregation.filecontroller.LogAggregationFileController logAggregationFileController) LogAggregationService(org.apache.hadoop.yarn.event.Dispatcher dispatcher, Context context, DeletionService deletionService, LocalDirsHandlerService dirsHandler) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.containermanager.loghandler
Constructors in org.apache.hadoop.yarn.server.nodemanager.containermanager.loghandler with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionNonAggregatingLogHandler(org.apache.hadoop.yarn.event.Dispatcher dispatcher, DeletionService delService, LocalDirsHandlerService dirsHandler, NMStateStoreService stateStore) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.executor
Methods in org.apache.hadoop.yarn.server.nodemanager.executor that return LocalDirsHandlerServiceModifier and TypeMethodDescriptionLocalizerStartContext.getDirsHandler()ContainerExecContext.getLocalDirsHandlerService()Methods in org.apache.hadoop.yarn.server.nodemanager.executor with parameters of type LocalDirsHandlerServiceModifier and TypeMethodDescriptionLocalizerStartContext.Builder.setDirsHandler(LocalDirsHandlerService dirsHandler) ContainerExecContext.Builder.setNMLocalPath(LocalDirsHandlerService ldhs) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.health
Methods in org.apache.hadoop.yarn.server.nodemanager.health that return LocalDirsHandlerServiceConstructors in org.apache.hadoop.yarn.server.nodemanager.health with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionNodeHealthCheckerService(LocalDirsHandlerService dirHandlerService) -
Uses of LocalDirsHandlerService in org.apache.hadoop.yarn.server.nodemanager.webapp
Constructors in org.apache.hadoop.yarn.server.nodemanager.webapp with parameters of type LocalDirsHandlerServiceModifierConstructorDescriptionNMWebApp(ResourceView resourceView, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler) WebServer(Context nmContext, ResourceView resView, org.apache.hadoop.yarn.server.security.ApplicationACLsManager aclsManager, LocalDirsHandlerService dirsHandler)