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.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
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    doPostPut(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, serviceStop

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • RMTimelineCollectorManager

      public RMTimelineCollectorManager(ResourceManager resourceManager)
  • Method Details

    • doPostPut

      protected void doPostPut(org.apache.hadoop.yarn.api.records.ApplicationId appId, org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollector collector)
      Overrides:
      doPostPut in class org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorManager