c2484b017c4444d46c2f40ce751b244733046585
Files Diff
- Added: 1
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
| Refactoring Name | Occurences | ||
|---|---|---|---|
| Move And Rename Class | 1 | ||
| Move And Rename Class alluxio.master.file.FileSystemMasterClientRestServiceHandler.MountPoint moved and renamed to alluxio.wire.MountPointInfo | From | To | |
| Change Variable Type | 1 | ||
| Change Variable Type mountPoints : SortedMap<String,MountPoint> to mountPoints : SortedMap<String,MountPointInfo> in method public getMountPoints() : Response in class alluxio.master.file.FileSystemMasterClientRestServiceHandler | From | To | |
| Inline Variable | 1 | ||
| Inline Variable mountTable : Map<String,MountInfo> in method public getMountPoints() : Response from class alluxio.master.file.FileSystemMasterClientRestServiceHandler | From | To |