java.lang.Object
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineEntityDocument
All Implemented Interfaces:
TimelineDocument<TimelineEntityDocument>

public class TimelineEntityDocument extends Object implements TimelineDocument<TimelineEntityDocument>
This is a generic class which contains all the meta information of some conceptual entity and its related events. The timeline entity can be an application, an attempt, a container or whatever the user-defined object.