68f4df84b60d824a13403c3c7589d9b80787fca9
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 7
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Rename Method | 3 | ||
Rename Method public setPinnedInodes(inodes Set<Integer>) : void renamed to public updatePinnedInodes(inodes Set<Integer>) : void in class tachyon.worker.block.TieredBlockStore | From | To | |
Rename Method public setPinList(list Set<Integer>) : void renamed to public updatePinList(pinnedInodes Set<Integer>) : void in class tachyon.worker.block.BlockDataManager | From | To | |
Rename Method public setPinnedInodes(inodes Set<Integer>) : void renamed to public updatePinnedInodes(inodes Set<Integer>) : void in class tachyon.worker.block.BlockStore | From | To | |
Rename Parameter | 3 | ||
Rename Parameter tier : StorageTierView to tierView : StorageTierView in method public StorageDirView(dir StorageDir, tierView StorageTierView, managerView BlockMetadataManagerView) in class tachyon.worker.block.meta.StorageDirView | From | To | |
Rename Parameter view : BlockMetadataManagerView to managerView : BlockMetadataManagerView in method public StorageDirView(dir StorageDir, tierView StorageTierView, managerView BlockMetadataManagerView) in class tachyon.worker.block.meta.StorageDirView | From | To | |
Rename Parameter list : Set<Integer> to pinnedInodes : Set<Integer> in method public updatePinList(pinnedInodes Set<Integer>) : void in class tachyon.worker.block.BlockDataManager | From | To |