9c3466d376d839a86024636e916b2df4507e579f
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 4
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 1 | ||
Change Return Type Optional<NetworkLocation> to NetworkLocation in method public get(host HostAddress) : NetworkLocation in class com.facebook.presto.execution.scheduler.NetworkLocationCache | From | To | |
Change Variable Type | 2 | ||
Change Variable Type locations : List<NetworkLocation> to locations : Set<NetworkLocation> in method public computeAssignments(splits Set<Split>, existingTasks List<RemoteTask>) : Multimap<Node,Split> in class com.facebook.presto.execution.scheduler.TopologyAwareNodeSelector | From | To | |
Change Variable Type location : Optional<NetworkLocation> to location : NetworkLocation in method public createNodeSelector(dataSourceName String) : NodeSelector in class com.facebook.presto.execution.scheduler.NodeScheduler | From | To |