Class RMTimelineCollectorManager
java.lang.Object
org.apache.hadoop.service.AbstractService
org.apache.hadoop.service.CompositeService
org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager
org.apache.hadoop.yarn.server.resourcemanager.timelineservice.RMTimelineCollectorManager
- All Implemented Interfaces:
Closeable,AutoCloseable,org.apache.hadoop.service.Service
@Private
@Unstable
public class RMTimelineCollectorManager
extends org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager
This class extends TimelineCollectorManager to provide RM specific
implementations.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.service.CompositeService
org.apache.hadoop.service.CompositeService.CompositeServiceShutdownHookNested 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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected voiddoPostPut(org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollector collector) Methods inherited from class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager
containsTimelineCollector, get, getWriter, postPut, postRemove, putIfAbsent, remove, serviceInit, serviceStart, serviceStopMethods inherited from class org.apache.hadoop.service.CompositeService
addIfService, addService, getServices, removeServiceMethods 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
-
Constructor Details
-
RMTimelineCollectorManager
-
-
Method Details
-
doPostPut
protected void doPostPut(org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollector collector) - Overrides:
doPostPutin classorg.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager
-