| Package | Description |
|---|---|
| org.apache.hadoop.yarn.api.records.timeline |
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
|
| Modifier and Type | Method | Description |
|---|---|---|
java.util.List<TimelineEntity> |
TimelineEntities.getEntities() |
Get a list of entities
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineEntities.addEntity(TimelineEntity entity) |
Add a single entity into the existing entity list
|
int |
TimelineEntity.compareTo(TimelineEntity other) |
| Modifier and Type | Method | Description |
|---|---|---|
void |
TimelineEntities.addEntities(java.util.List<TimelineEntity> entities) |
All a list of entities into the existing entity list
|
void |
TimelineEntities.setEntities(java.util.List<TimelineEntity> entities) |
Set the entity list to the given list of entities
|
Copyright © 2008–2025 Apache Software Foundation. All rights reserved.