Uses of Class
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve
Packages that use TimelineDataToRetrieve
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.reader contains classes
which can be used across reader.
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
-
Uses of TimelineDataToRetrieve in org.apache.hadoop.yarn.server.timelineservice.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineDataToRetrieveModifier and TypeMethodDescriptionSet<org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity>TimelineReaderManager.getEntities(TimelineReaderContext context, TimelineEntityFilters filters, TimelineDataToRetrieve dataToRetrieve) Get a set of entities matching given predicates by making a call to backend storage implementation.org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityTimelineReaderManager.getEntity(TimelineReaderContext context, TimelineDataToRetrieve dataToRetrieve) Get single timeline entity by making a call to backend storage implementation. -
Uses of TimelineDataToRetrieve in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineDataToRetrieveModifier and TypeMethodDescriptionSet<org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity>NoOpTimelineReaderImpl.getEntities(TimelineReaderContext context, TimelineEntityFilters filters, TimelineDataToRetrieve dataToRetrieve) Set<org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity>TimelineReader.getEntities(TimelineReaderContext context, TimelineEntityFilters filters, TimelineDataToRetrieve dataToRetrieve) The API to search for a set of entities of the given entity type in the scope of the given context which matches the given predicates.org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityNoOpTimelineReaderImpl.getEntity(TimelineReaderContext context, TimelineDataToRetrieve dataToRetrieve) org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntityTimelineReader.getEntity(TimelineReaderContext context, TimelineDataToRetrieve dataToRetrieve) The API to fetch the single entity given the identifier(depending on the entity type) in the scope of the given context.