Uses of Class
org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters
Packages that use TimelineEntityFilters
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 TimelineEntityFilters in org.apache.hadoop.yarn.server.timelineservice.reader
Methods in org.apache.hadoop.yarn.server.timelineservice.reader that return TimelineEntityFiltersMethods in org.apache.hadoop.yarn.server.timelineservice.reader with parameters of type TimelineEntityFiltersModifier 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. -
Uses of TimelineEntityFilters in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineEntityFiltersModifier 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.