2aafa26585003a5382570d3e4b1f5dae8983e8fe
Files Diff
- Added: 0
- Removed: 0
- Renamed: 0
- Modified: 2
Refactorings reported:
Refactoring Name | Occurences | ||
---|---|---|---|
Change Return Type | 3 | ||
Change Return Type Map<Long,Long> to List<Long> in method public getUsedBytesOnTiers() : List<Long> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Change Return Type Map<Long,Long> to List<Long> in method public getCapacityBytesOnTiers() : List<Long> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Change Return Type Map<Long,Set<Long>> to Map<Long,List<Long>> in method public getBlockList() : Map<Long,List<Long>> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Rename Attribute | 1 | ||
Rename Attribute mBlockIdsOnTiers : Map<Long,Set<Long>> to mBlockIdsOnDirs : Map<Long,List<Long>> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Change Attribute Type | 3 | ||
Change Attribute Type mCapacityBytesOnTiers : Map<Long,Long> to mCapacityBytesOnTiers : List<Long> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Change Attribute Type mBlockIdsOnTiers : Map<Long,Set<Long>> to mBlockIdsOnDirs : Map<Long,List<Long>> in class tachyon.worker.block.BlockStoreMeta | From | To | |
Change Attribute Type mUsedBytesOnTiers : Map<Long,Long> to mUsedBytesOnTiers : List<Long> in class tachyon.worker.block.BlockStoreMeta | From | To |