Class GetTimelineCollectorContextResponse

java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
Direct Known Subclasses:
GetTimelineCollectorContextResponsePBImpl

public abstract class GetTimelineCollectorContextResponse extends Object
  • Constructor Details

    • GetTimelineCollectorContextResponse

      public GetTimelineCollectorContextResponse()
  • Method Details

    • newInstance

      public static GetTimelineCollectorContextResponse newInstance(String userId, String flowName, String flowVersion, long flowRunId)
    • getUserId

      public abstract String getUserId()
    • setUserId

      public abstract void setUserId(String userId)
    • getFlowName

      public abstract String getFlowName()
    • setFlowName

      public abstract void setFlowName(String flowName)
    • getFlowVersion

      public abstract String getFlowVersion()
    • setFlowVersion

      public abstract void setFlowVersion(String flowVersion)
    • getFlowRunId

      public abstract long getFlowRunId()
    • setFlowRunId

      public abstract void setFlowRunId(long flowRunId)