a68e3839218523403f42acd7bdd7ce1da59a5e60
Files Diff
- Added: 18
- Removed: 1
- Renamed: 0
- Modified: 13
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Move Method | 2 | ||
Move Method private isApplicationCreated(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl to public isApplicationCreated(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineWriterUtils | From | To | |
Move Method private isApplicationEntity(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl to public isApplicationEntity(te TimelineEntity) : boolean from class org.apache.hadoop.yarn.server.timelineservice.storage.common.TimelineWriterUtils | From | To | |
Rename Variable | 1 | ||
Rename Variable id : String to appId : String in method public testWriteApplicationToHBase() : void in class org.apache.hadoop.yarn.server.timelineservice.storage.TestHBaseTimelineStorage | From | To | |
Extract Method | 1 | ||
Extract Method private storeInAppToFlowTable(clusterId String, userId String, flowName String, flowVersion String, flowRunId long, appId String, te TimelineEntity) : void extracted from private onApplicationCreated(clusterId String, userId String, flowName String, flowVersion String, flowRunId long, appId String, te TimelineEntity) : void in class org.apache.hadoop.yarn.server.timelineservice.storage.HBaseTimelineWriterImpl | From | To |