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 and Description |
---|---|
List<TimelineEvents.EventsOfOneEntity> |
TimelineEvents.getAllEvents()
Get a list of
TimelineEvents.EventsOfOneEntity instances |
Modifier and Type | Method and Description |
---|---|
void |
TimelineEvents.addEvent(TimelineEvents.EventsOfOneEntity eventsOfOneEntity)
Add a single
TimelineEvents.EventsOfOneEntity instance into the existing list |
Modifier and Type | Method and Description |
---|---|
void |
TimelineEvents.addEvents(List<TimelineEvents.EventsOfOneEntity> allEvents)
Add a list of
TimelineEvents.EventsOfOneEntity instances into the existing list |
void |
TimelineEvents.setEvents(List<TimelineEvents.EventsOfOneEntity> allEvents)
Set the list to the given list of
TimelineEvents.EventsOfOneEntity instances |
Copyright © 2023 Apache Software Foundation. All rights reserved.