Uses of Class
org.apache.hadoop.yarn.server.timelineservice.collector.TimelineCollectorContext
Packages that use TimelineCollectorContext
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.collector contains
classes which can be used across collector.
Package org.apache.hadoop.yarn.server.timelineservice.storage contains
classes which define and implement reading and writing to backend storage.
-
Uses of TimelineCollectorContext in org.apache.hadoop.yarn.server.timelineservice.collector
Methods in org.apache.hadoop.yarn.server.timelineservice.collector that return TimelineCollectorContextModifier and TypeMethodDescriptionAppLevelTimelineCollector.getTimelineEntityContext()abstract TimelineCollectorContextTimelineCollector.getTimelineEntityContext() -
Uses of TimelineCollectorContext in org.apache.hadoop.yarn.server.timelineservice.storage
Methods in org.apache.hadoop.yarn.server.timelineservice.storage with parameters of type TimelineCollectorContextModifier and TypeMethodDescriptionorg.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseNoOpTimelineWriterImpl.write(TimelineCollectorContext context, org.apache.hadoop.yarn.api.records.timelineservice.TimelineDomain domain) org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseNoOpTimelineWriterImpl.write(TimelineCollectorContext context, org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities data, org.apache.hadoop.security.UserGroupInformation callerUgi) org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseTimelineWriter.write(TimelineCollectorContext context, org.apache.hadoop.yarn.api.records.timelineservice.TimelineDomain domain) StoresTimelineDomainobject to the timeline store.org.apache.hadoop.yarn.api.records.timelineservice.TimelineWriteResponseTimelineWriter.write(TimelineCollectorContext context, org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities data, org.apache.hadoop.security.UserGroupInformation callerUgi) Stores the entire information inTimelineEntitiesto the timeline store. -
Uses of TimelineCollectorContext in org.apache.hadoop.yarn.server.timelineservice.storage.common
Methods in org.apache.hadoop.yarn.server.timelineservice.storage.common with parameters of type TimelineCollectorContextModifier and TypeMethodDescriptionintOfflineAggregationInfo.setStringsForPrimaryKey(PreparedStatement ps, TimelineCollectorContext context, String[] extraInfo, int startPos)