public final class TimelineEntityV2Converter extends Object
| Modifier and Type | Method and Description | 
|---|---|
| static org.apache.hadoop.yarn.api.records.ApplicationAttemptReport | convertToApplicationAttemptReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity) | 
| static org.apache.hadoop.yarn.api.records.ApplicationReport | convertToApplicationReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity) | 
| static org.apache.hadoop.yarn.api.records.ContainerReport | convertToContainerReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity,
                        String serverAddress,
                        String user) | 
public static org.apache.hadoop.yarn.api.records.ContainerReport convertToContainerReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity,
                                                                                          String serverAddress,
                                                                                          String user)
public static org.apache.hadoop.yarn.api.records.ApplicationAttemptReport convertToApplicationAttemptReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity)
public static org.apache.hadoop.yarn.api.records.ApplicationReport convertToApplicationReport(org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntity entity)
Copyright © 2008–2023 Apache Software Foundation. All rights reserved.