Class FlowRunEntity
java.lang.Object
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
org.apache.hadoop.yarn.api.records.timelineservice.FlowRunEntity
- All Implemented Interfaces:
Comparable<TimelineEntity>
This entity represents a flow run.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity.Identifier -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final Stringstatic final Stringstatic final StringFields inherited from class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
CHILDREN_INFO_KEY, PARENT_INFO_KEYFields inherited from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
DEFAULT_ENTITY_PREFIX, SYSTEM_INFO_KEY_PREFIX -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()longgetName()longgetRunId()getUser()voidsetMaxEndTime(long endTime) voidvoidsetRunId(long runId) voidsetStartTime(long startTime) voidvoidsetVersion(String version) Methods inherited from class org.apache.hadoop.yarn.api.records.timelineservice.HierarchicalTimelineEntity
addChild, addChild, addChildren, getChildren, getParent, setChildren, setParent, setParentMethods inherited from class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity
addConfig, addConfigs, addEvent, addEvents, addInfo, addInfo, addIsRelatedToEntities, addIsRelatedToEntity, addMetric, addMetrics, addRelatesToEntities, addRelatesToEntity, compareTo, equals, getConfigs, getConfigsJAXB, getCreatedTime, getEvents, getIdentifier, getIdPrefix, getInfo, getInfoJAXB, getIsRelatedToEntities, getIsRelatedToEntitiesJAXB, getMetrics, getReal, getRelatesToEntities, getRelatesToEntitiesJAXB, getType, hashCode, isValid, setConfigs, setCreatedTime, setEvents, setId, setIdentifier, setIdPrefix, setInfo, setIsRelatedToEntities, setMetrics, setRelatesToEntities, setType, setUID, toString
-
Field Details
-
USER_INFO_KEY
- See Also:
-
FLOW_NAME_INFO_KEY
- See Also:
-
FLOW_VERSION_INFO_KEY
- See Also:
-
FLOW_RUN_ID_INFO_KEY
- See Also:
-
FLOW_RUN_END_TIME
- See Also:
-
-
Constructor Details
-
FlowRunEntity
public FlowRunEntity() -
FlowRunEntity
-
-
Method Details
-
getId
- Overrides:
getIdin classTimelineEntity
-
getUser
-
setUser
-
getName
-
setName
-
getVersion
-
setVersion
-
getRunId
public long getRunId() -
setRunId
public void setRunId(long runId) -
getStartTime
-
setStartTime
public void setStartTime(long startTime) -
getMaxEndTime
public long getMaxEndTime() -
setMaxEndTime
public void setMaxEndTime(long endTime)
-