public class ApplicationHistoryServer
extends org.apache.hadoop.service.CompositeService
| Modifier and Type | Field and Description |
|---|---|
protected ApplicationHistoryClientService |
ahsClientService |
protected ApplicationHistoryManager |
historyManager |
protected TimelineDelegationTokenSecretManagerService |
secretManagerService |
static int |
SHUTDOWN_HOOK_PRIORITY |
protected TimelineACLsManager |
timelineACLsManager |
protected TimelineStore |
timelineStore |
protected org.apache.hadoop.yarn.webapp.WebApp |
webApp |
| Constructor and Description |
|---|
ApplicationHistoryServer() |
addIfService, addService, getServices, removeServiceclose, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStoppublic static final int SHUTDOWN_HOOK_PRIORITY
protected ApplicationHistoryClientService ahsClientService
protected ApplicationHistoryManager historyManager
protected TimelineStore timelineStore
protected TimelineDelegationTokenSecretManagerService secretManagerService
protected TimelineACLsManager timelineACLsManager
protected org.apache.hadoop.yarn.webapp.WebApp webApp
protected void serviceInit(org.apache.hadoop.conf.Configuration conf)
throws Exception
serviceInit in class org.apache.hadoop.service.CompositeServiceExceptionprotected void serviceStart()
throws Exception
serviceStart in class org.apache.hadoop.service.CompositeServiceExceptionprotected void serviceStop()
throws Exception
serviceStop in class org.apache.hadoop.service.CompositeServiceException@InterfaceAudience.Private public ApplicationHistoryClientService getClientService()
protected ApplicationHistoryClientService createApplicationHistoryClientService(ApplicationHistoryManager historyManager)
protected ApplicationHistoryManager createApplicationHistory()
protected ApplicationHistoryManager getApplicationHistory()
public static void main(String[] args)
protected ApplicationHistoryManager createApplicationHistoryManager(org.apache.hadoop.conf.Configuration conf)
protected TimelineStore createTimelineStore(org.apache.hadoop.conf.Configuration conf)
protected TimelineDelegationTokenSecretManagerService createTimelineDelegationTokenSecretManagerService(org.apache.hadoop.conf.Configuration conf)
protected TimelineACLsManager createTimelineACLsManager(org.apache.hadoop.conf.Configuration conf)
protected void startWebApp()
@InterfaceAudience.Private public TimelineStore getTimelineStore()
Copyright © 2014 Apache Software Foundation. All Rights Reserved.