Uses of Class
org.apache.hadoop.yarn.api.records.timeline.TimelineEvents.EventsOfOneEntity
Packages that use TimelineEvents.EventsOfOneEntity
Package
Description
Licensed to the Apache Software Foundation (ASF) under one
or more contributor license agreements.
-
Uses of TimelineEvents.EventsOfOneEntity in org.apache.hadoop.yarn.api.records.timeline
Methods in org.apache.hadoop.yarn.api.records.timeline that return types with arguments of type TimelineEvents.EventsOfOneEntityModifier and TypeMethodDescriptionTimelineEvents.getAllEvents()Get a list ofTimelineEvents.EventsOfOneEntityinstancesMethods in org.apache.hadoop.yarn.api.records.timeline with parameters of type TimelineEvents.EventsOfOneEntityModifier and TypeMethodDescriptionvoidTimelineEvents.addEvent(TimelineEvents.EventsOfOneEntity eventsOfOneEntity) Add a singleTimelineEvents.EventsOfOneEntityinstance into the existing listMethod parameters in org.apache.hadoop.yarn.api.records.timeline with type arguments of type TimelineEvents.EventsOfOneEntityModifier and TypeMethodDescriptionvoidTimelineEvents.addEvents(List<TimelineEvents.EventsOfOneEntity> allEvents) Add a list ofTimelineEvents.EventsOfOneEntityinstances into the existing listvoidTimelineEvents.setEvents(List<TimelineEvents.EventsOfOneEntity> allEvents) Set the list to the given list ofTimelineEvents.EventsOfOneEntityinstances