Package | Description |
---|---|
org.apache.hadoop.yarn.api.records.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
org.apache.hadoop.yarn.client.api |
Modifier and Type | Method and Description |
---|---|
List<TimelineEntity> |
TimelineEntities.getEntities()
Get a list of entities
|
Modifier and Type | Method and Description |
---|---|
void |
TimelineEntities.addEntity(TimelineEntity entity)
Add a single entity into the existing entity list
|
int |
TimelineEntity.compareTo(TimelineEntity other) |
Modifier and Type | Method and Description |
---|---|
void |
TimelineEntities.addEntities(List<TimelineEntity> entities)
All a list of entities into the existing entity list
|
void |
TimelineEntities.setEntities(List<TimelineEntity> entities)
Set the entity list to the given list of entities
|
Modifier and Type | Method and Description |
---|---|
abstract TimelinePutResponse |
TimelineClient.putEntities(ApplicationAttemptId appAttemptId,
TimelineEntityGroupId groupId,
TimelineEntity... entities)
Send the information of a number of conceptual entities to the timeline
server.
|
abstract TimelinePutResponse |
TimelineClient.putEntities(TimelineEntity... entities)
Send the information of a number of conceptual entities to the timeline
server.
|
Copyright © 2023 Apache Software Foundation. All rights reserved.