Class GetTimelineCollectorContextResponsePBImpl
java.lang.Object
org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
org.apache.hadoop.yarn.server.api.protocolrecords.impl.pb.GetTimelineCollectorContextResponsePBImpl
-
Constructor Summary
ConstructorsConstructorDescriptionGetTimelineCollectorContextResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto proto) -
Method Summary
Modifier and TypeMethodDescriptionbooleanlongorg.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProtogetProto()inthashCode()voidsetFlowName(String flowName) voidsetFlowRunId(long flowRunId) voidsetFlowVersion(String flowVersion) voidtoString()Methods inherited from class org.apache.hadoop.yarn.server.api.protocolrecords.GetTimelineCollectorContextResponse
newInstance
-
Constructor Details
-
GetTimelineCollectorContextResponsePBImpl
public GetTimelineCollectorContextResponsePBImpl() -
GetTimelineCollectorContextResponsePBImpl
public GetTimelineCollectorContextResponsePBImpl(org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto proto)
-
-
Method Details
-
getProto
public org.apache.hadoop.yarn.proto.YarnServerCommonServiceProtos.GetTimelineCollectorContextResponseProto getProto() -
hashCode
public int hashCode() -
equals
-
toString
-
getUserId
- Specified by:
getUserIdin classGetTimelineCollectorContextResponse
-
setUserId
- Specified by:
setUserIdin classGetTimelineCollectorContextResponse
-
getFlowName
- Specified by:
getFlowNamein classGetTimelineCollectorContextResponse
-
setFlowName
- Specified by:
setFlowNamein classGetTimelineCollectorContextResponse
-
getFlowVersion
- Specified by:
getFlowVersionin classGetTimelineCollectorContextResponse
-
setFlowVersion
- Specified by:
setFlowVersionin classGetTimelineCollectorContextResponse
-
getFlowRunId
public long getFlowRunId()- Specified by:
getFlowRunIdin classGetTimelineCollectorContextResponse
-
setFlowRunId
public void setFlowRunId(long flowRunId) - Specified by:
setFlowRunIdin classGetTimelineCollectorContextResponse
-