java.lang.Object
org.apache.hadoop.yarn.server.nodemanager.containermanager.application.ApplicationImpl.FlowContext
Enclosing class:
ApplicationImpl

public static class ApplicationImpl.FlowContext extends Object
Data object that encapsulates the flow context for the application purpose.
  • Constructor Details

    • FlowContext

      public FlowContext(String flowName, String flowVersion, long flowRunId)
  • Method Details

    • getFlowName

      public String getFlowName()
    • getFlowVersion

      public String getFlowVersion()
    • getFlowRunId

      public long getFlowRunId()
    • toString

      public String toString()
      Overrides:
      toString in class Object