@InterfaceAudience.Public @InterfaceStability.Unstable public class SubApplicationEntity extends HierarchicalTimelineEntity
Modifier and Type | Field and Description |
---|---|
static String |
YARN_APPLICATION_ID |
CHILDREN_INFO_KEY, PARENT_INFO_KEY
DEFAULT_ENTITY_PREFIX, SYSTEM_INFO_KEY_PREFIX
Constructor and Description |
---|
SubApplicationEntity(TimelineEntity entity) |
Modifier and Type | Method and Description |
---|---|
static boolean |
isSubApplicationEntity(TimelineEntity te)
Checks if the input TimelineEntity object is an SubApplicationEntity.
|
void |
setApplicationId(String appId) |
addChild, addChild, addChildren, getChildren, getParent, setChildren, setParent, setParent
addConfig, addConfigs, addEvent, addEvents, addInfo, addInfo, addIsRelatedToEntities, addIsRelatedToEntity, addMetric, addMetrics, addRelatesToEntities, addRelatesToEntity, compareTo, equals, getConfigs, getCreatedTime, getEvents, getId, getIdentifier, getIdPrefix, getInfo, getIsRelatedToEntities, getMetrics, getReal, getRelatesToEntities, getType, hashCode, isValid, setConfigs, setCreatedTime, setEvents, setId, setIdentifier, setIdPrefix, setInfo, setIsRelatedToEntities, setMetrics, setRelatesToEntities, setType, setUID, toString
public static final String YARN_APPLICATION_ID
public SubApplicationEntity(TimelineEntity entity)
public static boolean isSubApplicationEntity(TimelineEntity te)
te
- TimelineEntity object.public void setApplicationId(String appId)
Copyright © 2024 Apache Software Foundation. All rights reserved.