Class AppLevelTimelineCollector

java.lang.Object
org.apache.hadoop.service.AbstractService
org.apache.hadoop.service.CompositeService
org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollector
org.apache.hadoop.yarn.server.timelineservice.collector.AppLevelTimelineCollector
All Implemented Interfaces:
Closeable, AutoCloseable, org.apache.hadoop.service.Service
Direct Known Subclasses:
AppLevelTimelineCollectorWithAgg

@Private @Unstable public class AppLevelTimelineCollector extends TimelineCollector
Service that handles writes to the timeline service and writes them to the backing storage for a given YARN application. App-related lifecycle management is handled by this service.
  • Constructor Details

    • AppLevelTimelineCollector

      public AppLevelTimelineCollector(org.apache.hadoop.yarn.api.records.ApplicationId appId)
    • AppLevelTimelineCollector

      public AppLevelTimelineCollector(org.apache.hadoop.yarn.api.records.ApplicationId appId, String user)
  • Method Details