| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records.timelineservice |
Package org.apache.hadoop.yarn.api.records.timelineservice contains classes
which define the data model for ATSv2.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
ApplicationAttemptEntity |
This entity represents an application attempt.
|
class |
ApplicationEntity |
This entity represents an application.
|
class |
ClusterEntity |
This entity represents a YARN cluster.
|
class |
ContainerEntity |
This entity represents a container belonging to an application attempt.
|
class |
FlowActivityEntity |
Entity that represents a record for flow activity.
|
class |
FlowRunEntity |
This entity represents a flow run.
|
class |
HierarchicalTimelineEntity |
This class extends timeline entity and defines parent-child relationships
with other entities.
|
class |
QueueEntity |
This entity represents a queue.
|
class |
SubApplicationEntity |
This entity represents a user defined entities to be stored under sub
application table.
|
class |
UserEntity |
This entity represents a user.
|
| Modifier and Type | Method | Description |
|---|---|---|
protected TimelineEntity |
TimelineEntity.getReal() |
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimelineEntity> |
TimelineEntities.getEntities() |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineEntities.addEntity(TimelineEntity entity) |
|
int |
FlowActivityEntity.compareTo(TimelineEntity entity) |
|
int |
TimelineEntity.compareTo(TimelineEntity other) |
|
static TimelineEvent |
ApplicationEntity.getApplicationEvent(TimelineEntity te,
java.lang.String eventId) |
|
static boolean |
ApplicationEntity.isApplicationEntity(TimelineEntity te) |
Checks if the input TimelineEntity object is an ApplicationEntity.
|
static boolean |
SubApplicationEntity.isSubApplicationEntity(TimelineEntity te) |
Checks if the input TimelineEntity object is an SubApplicationEntity.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineEntities.addEntities(java.util.List<TimelineEntity> timelineEntities) |
|
void |
TimelineEntities.setEntities(java.util.List<TimelineEntity> timelineEntities) |
| Constructor | Description |
|---|---|
ApplicationAttemptEntity(TimelineEntity entity) |
|
ApplicationEntity(TimelineEntity entity) |
|
ClusterEntity(TimelineEntity entity) |
|
ContainerEntity(TimelineEntity entity) |
|
FlowActivityEntity(TimelineEntity entity) |
|
FlowRunEntity(TimelineEntity entity) |
|
QueueEntity(TimelineEntity entity) |
|
SubApplicationEntity(TimelineEntity entity) |
|
TimelineEntity(TimelineEntity entity) |
The constuctor is used to construct a proxy
TimelineEntity or its
subclass object from the real entity object that carries information. |
UserEntity(TimelineEntity entity) |
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.