Uses of Class
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext
Packages that use TimelineReaderContext
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 TimelineReaderContext in org.apache.hadoop.yarn.server.timelineservice.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineReaderContextModifier 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.TimelineReaderManager.getEntityTypes(TimelineReaderContext context) Gets a list of available timeline entity types for an application.Constructors in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineReaderContext -
Uses of TimelineReaderContext in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineReaderContextModifier 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.NoOpTimelineReaderImpl.getEntityTypes(TimelineReaderContext context) TimelineReader.getEntityTypes(TimelineReaderContext context) The API to list all available entity types of the given context.