55630121ef8cf5aa8405c06757e44fd0132de064
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 9
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Variable | 1 | ||
Rename Variable locationInfo : ClientLocationInfo to blockPath : String in method package lockBlock(blockId long, blockLockId int) : String in class tachyon.client.TachyonFS | From | To | |
Change Return Type | 3 | ||
Change Return Type ClientLocationInfo to String in method package lockBlock(blockId long, blockLockId int) : String in class tachyon.client.TachyonFS | From | To | |
Change Return Type ClientLocationInfo to String in method public lockBlock(blockId long, userId long) : String in class tachyon.worker.WorkerClient | From | To | |
Change Return Type ClientLocationInfo to String in method public lockBlock(blockId long, userId long) : String in class tachyon.worker.WorkerServiceHandler | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mLockedBlockIdToLocationInfo : Map<Long,ClientLocationInfo> to mLockedBlockIdToPath : Map<Long,String> in class tachyon.client.TachyonFS | From | To | |
Change Variable Type | 1 | ||
Change Variable Type locationInfo : ClientLocationInfo to blockPath : String in method package lockBlock(blockId long, blockLockId int) : String in class tachyon.client.TachyonFS | From | To | |
Change Attribute Type | 1 | ||
Change Attribute Type mLockedBlockIdToLocationInfo : Map<Long,ClientLocationInfo> to mLockedBlockIdToPath : Map<Long,String> in class tachyon.client.TachyonFS | From | To | |
Rename Parameter | 2 | ||
Rename Parameter evictedBlockIds : Map<Long,List<Long>> to addedBlockIds : Map<Long,List<Long>> in method public workerHeartbeat(workerId long, usedBytes long, removedBlockIds List<Long>, addedBlockIds Map<Long,List<Long>>) : Command in class tachyon.master.MasterInfo | From | To | |
Rename Parameter evictedBlockIds : Map<Long,List<Long>> to addedBlockIds : Map<Long,List<Long>> in method public worker_heartbeat(workerId long, usedBytes long, removedBlockIds List<Long>, addedBlockIds Map<Long,List<Long>>) : Command in class tachyon.master.MasterServiceHandler | From | To |