Class AbstractTimelineStorageReader.FlowContext

java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.storage.reader.AbstractTimelineStorageReader.FlowContext
Enclosing class:
AbstractTimelineStorageReader

protected static class AbstractTimelineStorageReader.FlowContext extends Object
Encapsulates flow context information.
  • Constructor Details

    • FlowContext

      public FlowContext(String user, String flowName, Long flowRunId)
  • Method Details

    • getUserId

      protected String getUserId()
    • getFlowName

      protected String getFlowName()
    • getFlowRunId

      protected Long getFlowRunId()