@InterfaceAudience.Private @InterfaceStability.Unstable
See: Description
Interface | Description |
---|---|
TimelineReader |
ATSv2 reader interface.
|
TimelineWriter |
This interface is for storing application timeline information.
|
Class | Description |
---|---|
FileSystemTimelineReaderImpl |
File System based implementation for TimelineReader.
|
FileSystemTimelineWriterImpl |
This implements a FileSystem based backend for storing application timeline
information.
|
OfflineAggregationWriter |
YARN timeline service v2 offline aggregation storage interface.
|
TimelineStorageMonitor |
This abstract class is for monitoring Health of Timeline Storage.
|
Enum | Description |
---|---|
TimelineAggregationTrack |
specifies the tracks along which an entity
info is to be aggregated on.
|
TimelineReader.Field |
Possible fields to retrieve for
TimelineReader.getEntities(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineEntityFilters, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve) and
TimelineReader.getEntity(org.apache.hadoop.yarn.server.timelineservice.reader.TimelineReaderContext, org.apache.hadoop.yarn.server.timelineservice.reader.TimelineDataToRetrieve) . |
TimelineStorageMonitor.Storage |
Different Storages supported by ATSV2.
|
Copyright © 2008–2022 Apache Software Foundation. All rights reserved.