Uses of Class
org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity.TimelineMetricSubDoc
Packages that use TimelineMetricSubDoc
Package
Description
Package org.apache.hadoop.yarn.server.timelineservice.documentstore
contains DocumentStore Reader and Writer Implementation of TimelineService
for reading and writing documents from DocumentStore.
Package org.apache.hadoop.yarn.server.timelineservice.
Package org.apache.hadoop.yarn.server.timelineservice.
-
Uses of TimelineMetricSubDoc in org.apache.hadoop.yarn.server.timelineservice.documentstore
Method parameters in org.apache.hadoop.yarn.server.timelineservice.documentstore with type arguments of type TimelineMetricSubDocModifier and TypeMethodDescriptionstatic Set<org.apache.hadoop.yarn.api.records.timelineservice.TimelineMetric>DocumentStoreUtils.transformMetrics(org.apache.hadoop.yarn.server.timelineservice.reader.filter.TimelineFilterList metricsToRetrieve, Map<String, Set<TimelineMetricSubDoc>> metrics) -
Uses of TimelineMetricSubDoc in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity that return types with arguments of type TimelineMetricSubDocMethod parameters in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.entity with type arguments of type TimelineMetricSubDocModifier and TypeMethodDescriptionvoidTimelineEntityDocument.setMetrics(Map<String, Set<TimelineMetricSubDoc>> metrics) -
Uses of TimelineMetricSubDoc in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun
Methods in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun that return types with arguments of type TimelineMetricSubDocMethod parameters in org.apache.hadoop.yarn.server.timelineservice.documentstore.collection.document.flowrun with type arguments of type TimelineMetricSubDocModifier and TypeMethodDescriptionvoidFlowRunDocument.setMetrics(Map<String, TimelineMetricSubDoc> metrics)