Class TimelineCollectorContext

java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.TimelineContext
org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext

public class TimelineCollectorContext extends TimelineContext
Encapsulates context information required by collector during a put.
  • Constructor Details

    • TimelineCollectorContext

      public TimelineCollectorContext()
    • TimelineCollectorContext

      public TimelineCollectorContext(String clusterId, String userId, String flowName, String flowVersion, Long flowRunId, String appId)
  • Method Details