Uses of Class
org.apache.hadoop.yarn.server.timelineservice.storage.reader.TimelineEntityReader
Packages that use TimelineEntityReader
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.storage.reader
contains classes used to read entities from backend based on query type.
-
Uses of TimelineEntityReader in org.apache.hadoop.yarn.server.timelineservice.storage.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.reader that return TimelineEntityReaderModifier and TypeMethodDescriptionstatic TimelineEntityReaderTimelineEntityReaderFactory.createMultipleEntitiesReader(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters filters, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) Creates a timeline entity reader instance for reading set of entities with the specified input and predicates.static TimelineEntityReaderTimelineEntityReaderFactory.createSingleEntityReader(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext context, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve dataToRetrieve) Creates a timeline entity reader instance for reading a single entity with the specified input.