|
Change Parameter Type timelineEntities : Set<TimelineEntity> to timelineEntities : List<TimelineEntity> in method public addEntities(timelineEntities List<TimelineEntity>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities |
From |
To |
|
Change Parameter Type entitySet : Set<TimelineEntity> to entitySet : List<TimelineEntity> in method private writePerEntity(collector AppLevelTimelineCollector, entitySet List<TimelineEntity>, ugi UserGroupInformation) : void in class org.apache.hadoop.mapred.JobHistoryFileReplayMapper |
From |
To |
|
Change Parameter Type entitySet : Set<TimelineEntity> to entitySet : List<TimelineEntity> in method private writeAllEntities(collector AppLevelTimelineCollector, entitySet List<TimelineEntity>, ugi UserGroupInformation) : void in class org.apache.hadoop.mapred.JobHistoryFileReplayMapper |
From |
To |
|
Change Parameter Type timelineEntities : Set<TimelineEntity> to timelineEntities : List<TimelineEntity> in method public setEntities(timelineEntities List<TimelineEntity>) : void in class org.apache.hadoop.yarn.api.records.timelineservice.TimelineEntities |
From |
To |
|
Inline Method private publishContainerEndEventOnTimelineServiceV2Base(container ContainerStatus) : void inlined to private publishContainerEndEventOnTimelineServiceV2(container ContainerStatus) : void in class org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster |
From |
To |
|
Inline Method private putEntities(async boolean, entities TimelineEntity...) : void inlined to public putEntitiesAsync(entities TimelineEntity...) : void in class org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl |
From |
To |
|
Inline Method private publishContainerStartEventOnTimelineServiceV2Base(container Container) : void inlined to private publishContainerStartEventOnTimelineServiceV2(container Container) : void in class org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster |
From |
To |
|
Inline Method private putEntities(async boolean, entities TimelineEntity...) : void inlined to public putEntities(entities TimelineEntity...) : void in class org.apache.hadoop.yarn.client.api.impl.TimelineClientImpl |
From |
To |
|
Inline Method private publishApplicationAttemptEventOnTimelineServiceV2Base(appEvent DSEvent) : void inlined to private publishApplicationAttemptEventOnTimelineServiceV2(appEvent DSEvent) : void in class org.apache.hadoop.yarn.applications.distributedshell.ApplicationMaster |
From |
To |
|
Change Variable Type tasksAndAttempts : Set<TimelineEntity> to tasksAndAttempts : List<TimelineEntity> in method public createTimelineEntities(jobInfo JobInfo, conf Configuration) : List<TimelineEntity> in class org.apache.hadoop.mapred.TimelineEntityConverter |
From |
To |
|
Change Variable Type entitySet : Set<TimelineEntity> to entitySet : List<TimelineEntity> in method protected writeEntities(tlConf Configuration, manager TimelineCollectorManager, context Context) : void in class org.apache.hadoop.mapred.JobHistoryFileReplayMapper |
From |
To |
|
Change Variable Type entities : Set<TimelineEntity> to entities : List<TimelineEntity> in method private createTaskAndTaskAttemptEntities(jobInfo JobInfo) : List<TimelineEntity> in class org.apache.hadoop.mapred.TimelineEntityConverter |
From |
To |
|
Change Variable Type entities : Set<TimelineEntity> to entities : List<TimelineEntity> in method public createTimelineEntities(jobInfo JobInfo, conf Configuration) : List<TimelineEntity> in class org.apache.hadoop.mapred.TimelineEntityConverter |
From |
To |