- java.lang.Object
-
- org.apache.hadoop.service.AbstractService
-
- org.apache.hadoop.service.CompositeService
-
- org.apache.hadoop.yarn.server.applicationhistoryservice.ApplicationHistoryServer
-
- All Implemented Interfaces:
- Closeable, AutoCloseable, org.apache.hadoop.service.Service
public class ApplicationHistoryServer
extends org.apache.hadoop.service.CompositeService
History server that keeps track of all types of history in the cluster.
Application specific history to start with.
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.apache.hadoop.service.CompositeService
org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHook
-
Nested classes/interfaces inherited from interface org.apache.hadoop.service.Service
org.apache.hadoop.service.Service.STATE
-
Field Summary
-
Fields inherited from class org.apache.hadoop.service.CompositeService
STOP_ONLY_STARTED_SERVICES
-
Method Summary
-
Methods inherited from class org.apache.hadoop.service.CompositeService
addIfService, addService, getServices, removeService
-
Methods inherited from class org.apache.hadoop.service.AbstractService
close, getBlockers, getConfig, getFailureCause, getFailureState, getLifecycleHistory, getName, getServiceState, getStartTime, init, isInState, noteFailure, putBlocker, registerGlobalListener, registerServiceListener, removeBlocker, setConfig, start, stop, toString, unregisterGlobalListener, unregisterServiceListener, waitForServiceToStop
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.