Class GetTimelineCollectorContextResponse
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
- Direct Known Subclasses:
GetTimelineCollectorContextResponsePBImpl
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract Stringabstract longabstract Stringabstract StringnewInstance(String userId, String flowName, String flowVersion, long flowRunId) abstract voidsetFlowName(String flowName) abstract voidsetFlowRunId(long flowRunId) abstract voidsetFlowVersion(String flowVersion) abstract void
-
Constructor Details
-
GetTimelineCollectorContextResponse
public GetTimelineCollectorContextResponse()
-
-
Method Details
-
newInstance
public static GetTimelineCollectorContextResponse newInstance(String userId, String flowName, String flowVersion, long flowRunId) -
getUserId
-
setUserId
-
getFlowName
-
setFlowName
-
getFlowVersion
-
setFlowVersion
-
getFlowRunId
public abstract long getFlowRunId() -
setFlowRunId
public abstract void setFlowRunId(long flowRunId)
-