@InterfaceAudience.Public @InterfaceStability.Unstable public class ApplicationEntity extends HierarchicalTimelineEntity
Modifier and Type | Field and Description |
---|---|
static String |
QUEUE_INFO_KEY |
CHILDREN_INFO_KEY, PARENT_INFO_KEY
DEFAULT_ENTITY_PREFIX, SYSTEM_INFO_KEY_PREFIX
Constructor and Description |
---|
ApplicationEntity() |
ApplicationEntity(TimelineEntity entity) |
Modifier and Type | Method and Description |
---|---|
static TimelineEvent |
getApplicationEvent(TimelineEntity te,
String eventId) |
String |
getQueue() |
static boolean |
isApplicationEntity(TimelineEntity te)
Checks if the input TimelineEntity object is an ApplicationEntity.
|
void |
setQueue(String queue) |
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 QUEUE_INFO_KEY
public ApplicationEntity()
public ApplicationEntity(TimelineEntity entity)
public String getQueue()
public void setQueue(String queue)
public static boolean isApplicationEntity(TimelineEntity te)
te
- TimelineEntity object.public static TimelineEvent getApplicationEvent(TimelineEntity te, String eventId)
te
- TimelineEntity object.eventId
- event with this id needs to be fetchedCopyright © 2024 Apache Software Foundation. All rights reserved.